C++11 Regex Matching [duplicate]

See gcc’s stdc++11 implementation status page — regexes are not supported as of gcc 4.8

Edit for posterity: As mentioned in the comments, the regex library is now in libstdc++ and should be in gcc 4.9 and on.

Leave a Comment