Opened 9 years ago
Last modified 9 years ago
#8852 closed Bugs
unreferenced parameter warning — at Initial Version
| Reported by: | Owned by: | Emil Dotchevski | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | exception |
| Version: | Boost 1.53.0 | Severity: | Problem |
| Keywords: | Cc: |
Description
In boost\exception\detail\clone_current_exception.hpp(36):
inline
int
clone_current_exception( clone_base const * & cloned )
{
#ifdef BOOST_ENABLE_NON_INTRUSIVE_EXCEPTION_PTR
return clone_current_exception_non_intrusive(cloned);
#else
return clone_current_exception_result::not_supported;
#endif
}
}
Easy to fix bug, will upload patch.
Note:
See TracTickets
for help on using tickets.
