class bad_any_cast : public bad_cast { public: const char* what() const noexcept override; };
const char* what() const noexcept override;