Opened 12 years ago
#4360 new Patches
Borland / Codegear patch for boost::enable_error_info
Reported by: | niels_dekker | Owned by: | Emil Dotchevski |
---|---|---|---|
Milestone: | Boost 1.43.0 | Component: | exception |
Version: | Boost 1.44.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Please consider the attached patch, which will allow Codegear 2010 to pass the enable_error_info_test. The patch supports calling enable_error_info(T const &), as long as T is not derived from boost::exception
. Which seems like an acceptable limitation to me. Right?
Note: The attached patch assumes that the little patch from #4344 is also applied: https://svn.boost.org/trac/boost/attachment/ticket/4344/helper1_cpp_qualified_call_to_boost_enable_error_info.patch
Attachments (1)
Note:
See TracTickets
for help on using tickets.
Update: modifications of info.hpp and enable_error_info_test.cpp appear sufficient.