You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As reported in issue #183, there are implementation issues:
Needless #ifdef BOOST_CONTAINER_USE_STD_EXCEPTIONS checks in the throw_* functions
Likely visibility issues when throwing/catching such exceptions over DSO boundaries due to -fvisibility=hidden being the default (now) and no BOOST_SYMBOL_EXPORT or similar on the class
docs were forgotten to be updated:
If BOOST_NO_EXCEPTIONS is NOT defined std::logic_error(str) is thrown.
The text was updated successfully, but these errors were encountered:
As reported in issue #183, there are implementation issues:
std::logic_error(str)
is thrown.The text was updated successfully, but these errors were encountered: