As in title. Will it be default or to use C++11 features we will always have to add -std=c++11
?
Right now, because of this option, C++11 still feels like some extra, non-standard thing.
To specify compiler, -std=c++11
flag is used by clang, g++ and even ICC.