Strange results when using C++11 regexp with gcc 4.8.2 (but works with Boost regexp) [duplicate]

拟墨画扇 提交于 2019-11-28 00:01:21

It's not supported in GCC 4.8.x. Check out the corresponding Bugzilla entry:

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53631

Specifically: "Now regex is implemented. Should come with GCC 4.9 :)"

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!