No matches with c++11 regex [duplicate]

Because <regex> is not yet implemented in libstdc++, as documented here (§28).

For now, use Boost.Xpressive or Boost.Regex instead.

Leave a Comment