Boost C++ Libraries: Ticket #4312: Compile-Errors when using boost.xpressive with gcc 4.5 https://svn.boost.org/trac10/ticket/4312 <p> I'm trying to use boost.xpressive (1.42) whith gcc 4.5, but i get errors when building. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4312 Trac 1.4.3 michi@… Tue, 08 Jun 2010 16:56:04 GMT attachment set https://svn.boost.org/trac10/ticket/4312 https://svn.boost.org/trac10/ticket/4312 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">build.log</span> </li> </ul> Ticket michi@… Tue, 08 Jun 2010 16:57:31 GMT <link>https://svn.boost.org/trac10/ticket/4312#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4312#comment:1</guid> <description> <p> Oh, i forgot the source. It's the html-tag-parser example from the docs. </p> <p> Line causing problems: sregex html = '&lt;' &gt;&gt; optional('/') &gt;&gt; +_w &gt;&gt; '&gt;'; </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Eric Niebler</dc:creator> <pubDate>Wed, 09 Jun 2010 15:12:40 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/4312#comment:2 https://svn.boost.org/trac10/ticket/4312#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">worksforme</span> </li> </ul> <p> The problem doesn't happen on the either trunk or the upcoming release branch. </p> Ticket Eric Niebler Wed, 09 Jun 2010 15:17:30 GMT status changed; resolution deleted https://svn.boost.org/trac10/ticket/4312#comment:3 https://svn.boost.org/trac10/ticket/4312#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">closed</span> → <span class="trac-field-new">reopened</span> </li> <li><strong>resolution</strong> <span class="trac-field-deleted">worksforme</span> </li> </ul> <p> Oh, I see. This is a dupe of <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4061" title="#4061: Bugs: [MPL] gcc-4.5 compilation problems related to arity_helper (closed: fixed)">#4061</a>, which has already been fixed for the upcoming 1.44 release. </p> Ticket Eric Niebler Wed, 09 Jun 2010 15:17:52 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4312#comment:4 https://svn.boost.org/trac10/ticket/4312#comment:4 <ul> <li><strong>status</strong> <span class="trac-field-old">reopened</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">duplicate</span> </li> </ul> Ticket