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: | 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)
Change History (2)
by , 14 years ago
Attachment: | function.missing-brace-without-exceptions.patch added |
---|
Note:
See TracTickets
for help on using tickets.
A solution of the issue