Opened 12 years ago
Closed 12 years ago
#5105 closed Bugs (fixed)
Looser throw specifier in boost exception
Reported by: | Owned by: | Emil Dotchevski | |
---|---|---|---|
Milestone: | To Be Determined | Component: | exception |
Version: | Boost 1.42.0 | Severity: | Showstopper |
Keywords: | Cc: |
Description
I'm really sorry if this has been reported and/or fixed already. We have to stick to boost 1.42 for the moment unfortunately. I thought it was better to report an already reported bug than to let a bug uncaught.
The error is the following :
When compiling code which uses boost function, I have the following error from GCC 4.4 : looser throw specifier for ‘boost::exception_detail::error_info_injector<T>:
Adding "throw()" at the end of the delcaration of ~error_info_injector() solves the issues. HTH
Note:
See TracTickets
for help on using tickets.