I\'m trying to create a custom exception that derives from std::exception and overrides what(). At first, I wrote it like this:
std::exception
what()
class U
Add the following lines in your code in Visual Studio:
#ifdef _NOEXCEPT #define noexcept _NOEXCEPT #endif