Opened 9 years ago

Closed 9 years ago

#8716 closed Bugs (invalid)

[string_ref] Please make it work on exception-disabled environments

Reported by: Adam Romanek <romanek.adam@…> Owned by: No-Maintainer
Milestone: To Be Determined Component: utility
Version: Boost 1.53.0 Severity: Problem
Keywords: Cc:

Description

At the moment, boost::string_ref does not work on exception-disabled environments because it uses raw 'throw' keyword for throwing exceptions.

The attached patch switches boost::string_ref to use boost::throw_exception().

Attachments (1)

boost_utility_string_ref.patch (1.6 KB ) - added by Adam Romanek <romanek.adam@…> 9 years ago.

Download all attachments as: .zip

Change History (3)

by Adam Romanek <romanek.adam@…>, 9 years ago

comment:1 by Adam Romanek <romanek.adam@…>, 9 years ago

I see this issue is fixed on HEAD. Please close it. Sorry for the noise.

comment:2 by Marshall Clow, 9 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.