Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Dec 2018 10:43:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 233994] boost::regex match but not std::regex
Message-ID:  <bug-233994-227-ovXc33c9Y3@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-233994-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-233994-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233994

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

Do you think the other implementations are wrong?=20

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 matche=
s.

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233994-227-ovXc33c9Y3>