This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: libstdc++/3149: Ready 275: Wrong type in num_get::get() overloads
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Kenny Simpson <theonetruekenny at yahoo dot com>
- Cc: gcc-bugs at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, kenny dot simpson at gs dot com, nobody at gcc dot gnu dot org
- Date: Sat, 1 Dec 2001 18:46:23 -0800 (PST)
- Subject: Re: libstdc++/3149: Ready 275: Wrong type in num_get::get() overloads
> Cool. Is the bool overload for get and do_get a gcc-ism?
No, there has to be a bool overload in case boolalpha == true, capice? I
believe the current code is standards-conforming, especially WRT the
num_get DR's.
See:
22.2.2.1 - Template class num_get [lib.locale.num.get]
-benjamin