Boost C++ Libraries: Ticket #9904: regex error in 1.55.0 https://svn.boost.org/trac10/ticket/9904 <p> This POSIX regex matches incorrectly: [<br />s<br />.;=,(){}<br />[&lt;&gt;]]+ (also if ] is escaped). But []<br />s<br />.;=,(){}<br />[&lt;&gt;]+ matches correctly. The first regex matches the whole input as one token, while the second matches each token in the input which is separated by the above enumerated characters. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9904 Trac 1.4.3 John Maddock Thu, 13 Nov 2014 11:06:38 GMT <link>https://svn.boost.org/trac10/ticket/9904#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9904#comment:1</guid> <description> <p> With apologies for the long delay in getting to this.... and I'm afraid I don't understand, can you please provide a self-contained test case? </p> <p> Many thanks. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>John Maddock</dc:creator> <pubDate>Fri, 08 May 2015 11:57:58 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/9904#comment:2 https://svn.boost.org/trac10/ticket/9904#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">obsolete</span> </li> </ul> Ticket