GCC 4.8.1完全支持c++11核心部分,对应的glibc为2.17
gcc 4.9支持c++11正则表达式,卧槽。。。4.8.5会报terminate called after throwing an instance of 'std::regex_error'(C++11),今天又遇到了个GCC4.8.5不支持itoa,只能通过snprintf实现了。
GCC 6.1完全支持c++14
目前来说 c++11应该是重点需要的。
参考http://gcc.gnu.org/projects/cxx-status.html
strtok和strsep