Boost C++ Libraries: Ticket #5570: Compile error in uuid string_generator.hpp https://svn.boost.org/trac10/ticket/5570 <p> There is a compile error in string_generator.hpp when exceptions are disabled. When exceptions are disabled try, catch, throw are no longer valid keywords. Here is a patch with a fix to call throw_exception(x) instead of throw x. Maybe BOOST_THROW_EXCEPTION(x) should be used instead? </p> <p> Can someone please incorporate this patch into the next boost release? </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5570 Trac 1.4.3 olim@… Fri, 27 May 2011 01:10:55 GMT attachment set https://svn.boost.org/trac10/ticket/5570 https://svn.boost.org/trac10/ticket/5570 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">string_generator.patch</span> </li> </ul> Ticket Andy Tompkins Mon, 30 May 2011 01:11:01 GMT <link>https://svn.boost.org/trac10/ticket/5570#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5570#comment:1</guid> <description> <p> checked into trunk </p> </description> <category>Ticket</category> </item> <item> <author>olim@…</author> <pubDate>Wed, 01 Jun 2011 04:44:27 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/5570#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5570#comment:2</guid> <description> <p> Can you also check it into the release branch? </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Andy Tompkins</dc:creator> <pubDate>Wed, 01 Jun 2011 23:14:31 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/5570#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5570#comment:3</guid> <description> <p> checked into release </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Andy Tompkins</dc:creator> <pubDate>Tue, 21 Jun 2011 20:43:20 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/5570#comment:4 https://svn.boost.org/trac10/ticket/5570#comment:4 <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