Set the code standard for GCC 6 to C++14
commit86173e040638822b00eb8747627add3dcd5ae3b7
authorrubidium <rubidium@openttd.org>
Mon, 27 Jun 2016 17:54:05 +0000 (27 17:54 +0000)
committercirdan <cirdansw@gmail.com>
Wed, 19 Oct 2016 16:11:37 +0000 (19 18:11 +0200)
treeaa1dbf4bf56640688b3a02ed17b8960f3d794140
parentaba8ae16334598ae389224e38b36680ffd1d3385
Set the code standard for GCC 6 to C++14

(openttd r27606) -Change/fix: GCC6 defaults to C++14, but our
configure limits it to C++0x just because we want to use features
from C++0x (which are also in C++14), so use the C++ standard that's
the GCC6 default
config.lib