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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Dec 13 23:57:18 UTC 2018


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

Conrad Meyer <cem at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cem at freebsd.org

--- Comment #2 from Conrad Meyer <cem at freebsd.org> ---
What makes you believe this is a locale or even libc++ problem?  I don't see
how any of the regular expressions are even locale dependent.

I also cannot reproduce the problem without boost, neither on CURRENT nor 11. 
(I.e., using 'std::locale::global(std::locale("de_DE.UTF-8"));' to override the
user's locale instead of the boost goop.)

I don't have boost installed, so I can't explore that avenue, but I am having
trouble even understanding how this program would fail.

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


More information about the freebsd-bugs mailing list