Specify a C++ standard to build with (C++11)
commitc5a16d0ed3dbfeb2bf60717cb5aaec717a229591
authorfalkTX <falktx@gmail.com>
Thu, 15 Nov 2018 13:35:23 +0000 (15 14:35 +0100)
committerfalkTX <falktx@gmail.com>
Thu, 15 Nov 2018 13:35:23 +0000 (15 14:35 +0100)
tree60006fb876813b3622b6203ddfa266b3dab4d029
parent53f1a87bdf17e3015694b3f553730ab30e1d0442
Specify a C++ standard to build with (C++11)

Without being specified, we have c++98 on gcc4
and c++11 on newer gccs.
Eventually c++14 will be the default.

Better to stick with a specific standard, thus being predictable,
than trying to write the code in a way that builds with all of them.

Signed-off-by: falkTX <falktx@gmail.com>
wscript