If i use setLocale(LC_ALL, ".UTF8");
before an regex operation like regex_search, the code freezes during execution of regex without giving any type of exception, it stops
If removing setLocale the regex works normally, would this be a bug in std lib?
2