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


Paolo Carlini wrote:

Hi,

for the gnu locale model, in /monetary.cc/ we are using:

 _NL_NUMERIC_DECIMAL_POINT_WC,
 _NL_NUMERIC_THOUSANDS_SEP_WC

Also, for wchar_t (not for char), we are using


GROUPING

instead of

__MON_GROUPING

Moreover, I noticed a minor issue in numeric_members.cc:

   RADIXCHAR
   THOUSEP

which are deprecated according to the glibc docs and should be changed to:

   DECIMAL_POINT
   THOUSANDS_SEP

Paolo.


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