error_complexity using std regex, how do I increase allowed complexity of search operation?

后端 未结 1 1921
清歌不尽
清歌不尽 2020-12-07 05:54

error_complexity The complexity of an attempted match against a regular expression exceeded a pre-set level.

I get an regex_error thr

相关标签:
1条回答
  • 2020-12-07 06:28

    There is no way, VC++ std::regex is very bad. Switched to boost, fixed problem.

    0 讨论(0)
提交回复
热议问题