// Copyright 2018 Peter Dimov. // Distributed under the Boost Software License, Version 1.0. #include #include #if defined(THROW_BAD_FUNCTION_CALL_DYN_LINK) # define EXPORT BOOST_SYMBOL_EXPORT #else # define EXPORT #endif EXPORT void throw_bad_function_call() { throw boost::bad_function_call(); }