This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [Patch] libstdc++/16210
- From: Phil Edwards <phil at jaj dot com>
- To: Paolo Carlini <pcarlini at suse dot de>
- Cc: libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Fri, 25 Jun 2004 23:17:02 -0400
- Subject: Re: [Patch] libstdc++/16210
- References: <40DCB356.4040807@suse.de>
On Sat, Jun 26, 2004 at 01:20:54AM +0200, Paolo Carlini wrote:
>
> the problem and its solution seem simple: submitter notices that support
> for long long types in the iostreams is enabled only if strto(u)ll are
> available. However, those functions are *not* used anymore in 3.4 and we
> should simply take into account what is requested at configure time (not
> changing the default, of course). The below does this.
Works for me.
Since we no longer need the strto[u]ll functions, I'm wondering if there's
any reason at all to allow 'long long' to be disabled. Any benefit gained
by doing so?
Phil