On 11/15/2013 03:16 PM, [email protected] wrote: > adding either > export CXXFLAGS="-std=gnu++0x" > or > export CXXFLAGS="-std=gnu++11" > both seem to work. From Mozilla's perspective -- is one preferable?
FWIW, it looks like Mozilla uses the former (gnu++0x) in the build system: http://mxr.mozilla.org/mozilla-central/source/build/autoconf/toolchain.m4?mark=152-153#145 ~Daniel _______________________________________________ dev-platform mailing list [email protected] https://lists.mozilla.org/listinfo/dev-platform

