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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Dec 13 21:18:30 UTC 2018


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
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: bugs at FreeBSD.org
          Reporter: georg-bsd at schorsch-tech.de
 Attachment #200092 text/plain
         mime type:

Created attachment 200092
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=200092&action=edit
Testcase

I got the attached program. It has a global locale set (de_DE.UTF-8).

Under Windows and Linux the regexes match. Under FreeBSD and clang the regex
doesnt match. It seems related to the set locale. If i switch to boost::regex,
my application works.

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


More information about the freebsd-bugs mailing list