Opened 14 years ago

Closed 14 years ago

#2553 closed Patches (duplicate)

Error because of missing brace when compiling with BOOST_NO_EXCEPTIONS

Reported by: dtardon@… Owned by: Douglas Gregor
Milestone: Boost 1.38.0 Component: function
Version: Boost 1.37.0 Severity: Problem
Keywords: Cc:

Description

When I use Boost.Function with BOOST_NO_EXCEPTIONS, gcc complains about error in function/function_template.hpp on line 966 (and on several other lines). The problem evidently is missing closing brace in move_assign(). The attached patch solves the issue.

Attachments (1)

function.missing-brace-without-exceptions.patch (466 bytes ) - added by dtardon@… 14 years ago.
A solution of the issue

Download all attachments as: .zip

Change History (2)

by dtardon@…, 14 years ago

A solution of the issue

comment:1 by dtardon@…, 14 years ago

Resolution: duplicate
Status: newclosed

Duplicate of issue 2469 .

Note: See TracTickets for help on using tickets.