gcc 4.8 regex_error

regex는 GCC 4.9부터 지원하고, 이전 GCC에서는 구현되어 있지 않다.
그래서 4.9 이전 version에서 사용하려고 하면 std::regex 선언부에서 regex_error exception이 발생한다.

ref - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53631
ref - https://gcc.gnu.org/gcc-4.9/changes.html

댓글

이 블로그의 인기 게시물

Raspberry pi 한글 설정 및 chromium 설치

Google Test를 이용한 Class의 Private/Protected Member Test