error_complexity The complexity of an attempted match against a regular expression exceeded a pre-set level.
I get an regex_error thrown saying this. How can I fix?
There is no way, VC++ std::regex is very bad. Switched to boost, fixed problem.
2.1m questions
2.1m answers
60 comments
57.0k users