[Bug 233994] boost::regex match but not std::regex

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Dec 14 10:43:13 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233994

--- Comment #3 from georg-bsd at schorsch-tech.de ---
I think it might be a bug in libc++ because 
on Windows(MSVC 2013 & MSVC 2017) and on Linux (gcc 8.2 + libstdc++) this regex
(from std) matches with the global locale from boost. Also the regex from boost
matches (replace std::regex by boost::regex). 

Do you think the other implementations are wrong? 

This bug triggers only (also on my box and only on freebsd with clang and
libc++) when i use boost::locale. As you said, with std::locale() it matches.

When i comment the locale out, and use the std locale, the regex matches.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list