Title
Missing typedef in moneypunct_byname
Status
nad
Section
[locale.moneypunct.byname]
Submitter
Martin Sebor

Created on 2001-07-05.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

Rationale:

The absence of the typedef is irrelevant. Users can still access the typedef, because it is inherited from the base class.

Date: 2010-10-21.18:28:33

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].

Date: 2001-07-05.00:00:00

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:33adminsetmessages: + msg2243
2010-10-21 18:28:33adminsetmessages: + msg2242
2001-07-05 00:00:00admincreate