This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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: 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


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