[Kicad-developers] C++11 support

2016-03-09 Thread Simon Richter
Hi, after all the C++11 discussion, here is a patch to use C++11 as default, tested on Linux and MSYS2. Simon Simon Richter (1): Enable C++11 CMakeLists.txt | 23 +++ 1 file changed, 23 insertions(+) -- 2.1.4 ___ Mailing

[Kicad-developers] C++11 support

2014-06-07 Thread Lorenzo Marcantonio
I'm trying to rework the LAYER_MSK for extension. Part of the experiment would be some sane support for literals. So I wanted to play with constexpr and family (layer mask aside, it's an interesting feature). However, the g++ docs (4.8.2) says: Important: GCC's support for C++11 is still