Opened 9 years ago
Closed 9 years ago
#9451 closed Bugs (fixed)
regex assertion failure with imbued locale, x86_64-w64-mingw32
Reported by: | Owned by: | John Maddock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | regex |
Version: | Boost 1.55.0 | Severity: | Problem |
Keywords: | Cc: |
Description
The assertion text is: " File: /usr/x86_64-w64-mingw32/include/boost/regex/v4/cpp_regex_traits.hpp, Line 604
Expression: std::find(result.begin(), result.end(), charT(0)) == result.end() "
This occurs with a global locale, with and without a regex-imbued locale.
I tested this on Windows 7, a Windows 7 VM, and with x64 Wine.
Attachments (1)
Change History (3)
by , 9 years ago
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Test code