Open dchassin opened 4 years ago
The current compiler is by default too old to allow the use of some recent improvements to the C++ STL. Recommend changing the default gcc settings to include -std=C++11 by default.
-std=C++11
@Thistleman, what do you think of this issue? To what extent have we already accomplished this by virtue of the recent upgrades?
Problem description
The current compiler is by default too old to allow the use of some recent improvements to the C++ STL. Recommend changing the default gcc settings to include
-std=C++11
by default.