Closed yegorich closed 11 years ago
According to http://gcc.gnu.org/projects/cxx0x.html compilers before 4.7 use another parameter to activate C++11 features: -std=c++0x and -std=gnu++0x.
What about trying autotools or cmake to automatically determine compiler features, library paths?
Sorry for taking so long to reply. I'll have a look what I can do about it at the weekend.
We don't need gnu++0x anymore.
According to http://gcc.gnu.org/projects/cxx0x.html compilers before 4.7 use another parameter to activate C++11 features: -std=c++0x and -std=gnu++0x.
What about trying autotools or cmake to automatically determine compiler features, library paths?