Created on 2001-07-05.00:00:00 last changed 171 months ago
Rationale:
The absence of the typedef is irrelevant. Users can still access the typedef, because it is inherited from the base class.
Proposed resolution:
For consistency with the numpunct facet, add a typedef for char_type to the definition of the moneypunct_byname facet in [locale.moneypunct.byname].
The definition of the moneypunct facet contains the typedefs char_type and string_type. Only one of these names, string_type, is defined in the derived facet, moneypunct_byname.
History | |||
---|---|---|---|
Date | User | Action | Args |
2010-10-21 18:28:33 | admin | set | messages: + msg2243 |
2010-10-21 18:28:33 | admin | set | messages: + msg2242 |
2001-07-05 00:00:00 | admin | create |