Boost C++ Libraries: Ticket #9451: regex assertion failure with imbued locale, x86_64-w64-mingw32 https://svn.boost.org/trac10/ticket/9451 <p> The assertion text is: " File: /usr/x86_64-w64-mingw32/include/boost/regex/v4/cpp_regex_traits.hpp, Line 604 </p> <p> Expression: std::find(result.begin(), result.end(), charT(0)) == result.end() " </p> <p> This occurs with a global locale, with and without a regex-imbued locale. </p> <p> I tested this on Windows 7, a Windows 7 VM, and with x64 Wine. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9451 Trac 1.4.3 anonymous Mon, 02 Dec 2013 02:40:44 GMT attachment set https://svn.boost.org/trac10/ticket/9451 https://svn.boost.org/trac10/ticket/9451 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">regex.cxx</span> </li> </ul> <p> Test code </p> Ticket John Maddock Wed, 18 Dec 2013 17:26:37 GMT <link>https://svn.boost.org/trac10/ticket/9451#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9451#comment:1</guid> <description> <p> Fixed in Git develop </p> </description> <category>Ticket</category> </item> <item> <dc:creator>John Maddock</dc:creator> <pubDate>Wed, 18 Dec 2013 17:26:51 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/9451#comment:2 https://svn.boost.org/trac10/ticket/9451#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> Ticket