This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Library C++ conformance question
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Steve Ellcey <sje at cup dot hp dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Fri, 16 Jun 2006 00:23:15 +0200
- Subject: Re: Library C++ conformance question
- References: <200606152043.NAA21238@hpsje.cup.hp.com>
Steve Ellcey wrote:
So should I should submit a bug report against libstdc++ that it is not
ignoring the initial value of iostate for get_date and other get_*
locale functions?
As Martin said, given the current text of the standard, the behavior of
v3 cannot be considered, strictly speaking, a bug and officially
resolving first a specific DR seems the best thing to do. That said, I
agree of course with Martin that, from a consistency point of view at
least, ignoring iostate is the best thing to do in get_date & co. I will
change our implementation to do that.
Thanks,
Paolo.