Opened 9 years ago
Closed 4 years ago
#8718 closed Bugs (duplicate)
[list_of] Please make it work on exception-disabled environments
Reported by: | Owned by: | Thorsten Ottosen | |
---|---|---|---|
Milestone: | Boost 1.67.0 | Component: | assign |
Version: | Boost 1.53.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Please make boost::assign work on exception-disabled environments.
The problem is that boost::assign::list_of uses raw 'throw' keyword which makes using it on exception-disabled environments impossible.
The attached patch for v1.53.0 switches to boost::throw_exception().
Attachments (1)
Change History (2)
by , 9 years ago
Attachment: | boost_assign_list_of.patch added |
---|
comment:1 by , 4 years ago
Milestone: | To Be Determined → Boost 1.67.0 |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
See #5394