std::messages_base
Min standard notice:
Header: <locale>
The class std::messages_base provides a type definition which is inherited and used by the std::messages facets.
# Declarations
class messages_base;
# Defect reports
| DR | Applied to | Behavior as published | Correct behavior |
|---|---|---|---|
| LWG 2028 | C++98 | catalog was defined as int | defined as an unspecified signed integer type[1] |