Hello all,

What is the general feeling behind bumping to C++14 instead of keeping the 
top-level SConstruct flag at C++11? I would like to use generic lambdas in some 
of my code, but cannot do so because it's not available until C++14.

Both GCC and clang support a full implementation of C++14 now: GCC became fully 
compliant as of GCC 6.1 (04/27/16); clang was compliant with clang 3.4 
(01/01/14).

https://gcc.gnu.org/projects/cxx-status.html#cxx14
https://gcc.gnu.org/gcc-6/
https://clang.llvm.org/cxx_status.html
http://releases.llvm.org

Regards,
Brandon
_______________________________________________
gem5-dev mailing list
gem5-dev@gem5.org
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to