This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC] _NL_NUMERIC_*_WC vs _NL_MONETARY_*_WC


>  _NL_MONETARY_DECIMAL_POINT_WC
>  _NL_MONETARY_THOUSANDS_SEP_WC

There's no reason not to do this.


>    __MON_GROUPING

... or this...

>   DECIMAL_POINT
>    THOUSANDS_SEP

... or this. For the first two bits, the numeric and monetary bits
should always be equivalent, but there is no harm in using the monetary
bits explicitly.

-benjamin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]