1 #ifndef SILICIUM_TERMINATE_ON_EXCEPTION_HPP
2 #define SILICIUM_TERMINATE_ON_EXCEPTION_HPP
4 #include <boost/throw_exception.hpp>
5 #include <boost/concept_check.hpp>
9 #ifdef BOOST_NO_EXCEPTIONS
10 void throw_exception(std::exception
const &e)
12 boost::ignore_unused_variable_warning(e);
Definition: terminate_on_exception.hpp:7