#include #include namespace psemek::util { namespace detail { void bad_function_call() { throw std::bad_function_call{}; } } }