Opened 9 years ago

Closed 4 years ago

#8718 closed Bugs (duplicate)

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

Reported by: Adam Romanek <romanek.adam@…> 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)

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

Download all attachments as: .zip

Change History (2)

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

Attachment: boost_assign_list_of.patch added

comment:1 by James E. King, III, 4 years ago

Milestone: To Be DeterminedBoost 1.67.0
Resolution: duplicate
Status: newclosed

See #5394

Note: See TracTickets for help on using tickets.