On Tue, 24 Jan 2017 10:54:32 +0100, Mattia Verga wrote: > I must ask developers why they recommend to use c++11 and then they set it > fixed to gnu++11.... gnu++11 is a superset of c++11 so that should work either. Older GCCs defaulted to c++98, they may mean the project requires compiler supporting c++11. But you should not need any -std=... specification in recent Fedoras: GCC 6.0: https://gcc.gnu.org/gcc-6/changes.html The default mode for C++ is now -std=gnu++14 instead of -std=gnu++98. (Also gnu++14 is a superset of gnu++11 and therefore also c++11.) Jan _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx