This is the mail archive of the gcc-prs@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


The following reply was made to PR libstdc++/3149; it has been noted by GNATS.

From: Benjamin Kosnik <bkoz@redhat.com>
To: Kenny Simpson <theonetruekenny@yahoo.com>
Cc: gcc-bugs@gcc.gnu.org, gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org,
        kenny.simpson@gs.com, nobody@gcc.gnu.org
Subject: Re: libstdc++/3149: Ready 275: Wrong type in num_get::get() overloads
Date: Sat, 1 Dec 2001 18:46:23 -0800 (PST)

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