namespace std { class bad_function_call : public exception { public: // [func.wrap.badcall.const], constructor bad_function_call() noexcept; }; }
bad_function_call() noexcept;