[syserr.errcat.overview] has std::error_category
class error_category {
virtual const char* name() const noexcept = 0;
virtual string message(int ev) const = 0;
};
There are no others in C++14.
[syserr.errcat.overview] has std::error_category
class error_category {
virtual const char* name() const noexcept = 0;
virtual string message(int ev) const = 0;
};
There are no others in C++14.