rakhimov / scram

Probabilistic Risk Analysis Tool (fault tree analysis, event tree analysis, etc.)
https://scram-pra.org
GNU General Public License v3.0
131 stars 54 forks source link

Update error.h to work with current Boost #292

Open vslashg opened 9 months ago

vslashg commented 9 months 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.