Opened 9 years ago
Closed 9 years ago
#8716 closed Bugs (invalid)
[string_ref] Please make it work on exception-disabled environments
Reported by: | 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)
Change History (3)
by , 9 years ago
Attachment: | boost_utility_string_ref.patch added |
---|
comment:1 by , 9 years ago
comment:2 by , 9 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I see this issue is fixed on HEAD. Please close it. Sorry for the noise.