Open vslashg opened 1 year ago
BOOST_THROW_EXCEPTION_CURRENT_FUNCTION was an extension point for the boost exception mechanism, but this has since been removed. However, this by default resolved to BOOST_CURRENT_FUNCTION, a public API point that still exists.
BOOST_THROW_EXCEPTION_CURRENT_FUNCTION was an extension point for the boost exception mechanism, but this has since been removed. However, this by default resolved to BOOST_CURRENT_FUNCTION, a public API point that still exists.