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
The noexcept is one of the easiest "lacks" of MSVC to deal with: Just use the macro _NOEXCEPT which under MSVC2013 is defined in yvals.h .
_NOEXCEPT