Defined in header <locale> | ||
|---|---|---|
class messages_base; |
The class std::messages_base provides a type definition which is inherited and used by the std::messages facets.
| Member type | Definition |
|---|---|
catalog | An unspecified signed integer type |
The following behavior-changing defect reports were applied retroactively to previously published C++ standards.
| 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] |
nl_catd used in POSIX messaging API is a typedef of an unspecified type. | implements retrieval of strings from message catalogs (class template) |
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/locale/messages_base