Boost C++ Libraries: Ticket #8716: [string_ref] Please make it work on exception-disabled environments https://svn.boost.org/trac10/ticket/8716 <p> At the moment, boost::string_ref does not work on exception-disabled environments because it uses raw 'throw' keyword for throwing exceptions. </p> <p> The attached patch switches boost::string_ref to use boost::throw_exception(). </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8716 Trac 1.4.3 Adam Romanek <romanek.adam@…> Thu, 20 Jun 2013 12:36:19 GMT attachment set https://svn.boost.org/trac10/ticket/8716 https://svn.boost.org/trac10/ticket/8716 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost_utility_string_ref.patch</span> </li> </ul> Ticket Adam Romanek <romanek.adam@…> Thu, 20 Jun 2013 12:39:08 GMT <link>https://svn.boost.org/trac10/ticket/8716#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8716#comment:1</guid> <description> <p> I see this issue is fixed on HEAD. Please close it. Sorry for the noise. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Marshall Clow</dc:creator> <pubDate>Thu, 20 Jun 2013 13:02:00 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/8716#comment:2 https://svn.boost.org/trac10/ticket/8716#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">invalid</span> </li> </ul> Ticket