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

2018-12-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233994 --- Comment #8 from georg-...@schorsch-tech.de --- Bug on LLVM Bugtracker: https://bugs.llvm.org/show_bug.cgi?id=40052 -- You are receiving this mail because: You are the assignee for the bug. __

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

2018-12-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233994 --- Comment #7 from georg-...@schorsch-tech.de --- For reference: Boost::locale issue https://github.com/boostorg/locale/issues/35 (I am waiting for a new account on llvm bug tracker). -- You are receiving this mail because: You are the a

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

2018-12-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233994 georg-...@schorsch-tech.de changed: What|Removed |Added Attachment #200200|text/x-c++src |text/plain mi

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

2018-12-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233994 --- Comment #5 from Conrad Meyer --- Seems like it might be a Boost bug to me. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list

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

2018-12-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233994 --- Comment #4 from georg-...@schorsch-tech.de --- I also don't understand why this regex is locale dependent and why it fails with the locale set from boost::locale. -- You are receiving this mail because: You are the assignee for the bug

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

2018-12-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233994 --- Comment #3 from georg-...@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 re

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

2018-12-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233994 Conrad Meyer changed: What|Removed |Added CC||c...@freebsd.org --- Comment #2 fro

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

2018-12-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233994 --- Comment #1 from georg-...@schorsch-tech.de --- Expected output: "All ok" Got Output: "Bug triggered" -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bug

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

2018-12-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233994 Bug ID: 233994 Summary: boost::regex match but not std::regex Product: Base System Version: 11.2-RELEASE Hardware: amd64 OS: Any Status: New Severit