From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25632 invoked by alias); 27 Feb 2004 13:40:50 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 25625 invoked by uid 48); 27 Feb 2004 13:40:49 -0000 Date: Fri, 27 Feb 2004 13:40:00 -0000 From: "peturr02 at ru dot is" To: gcc-bugs@gcc.gnu.org Message-ID: <20040227134048.14320.peturr02@ru.is> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libstdc++/14320] New: [3.4/3.5 Regression] istreambuf_iterator::difference_type is not a signed integral type X-Bugzilla-Reason: CC X-SW-Source: 2004-02/txt/msg02612.txt.bz2 List-Id: As described here: http://gcc.gnu.org/ml/libstdc++/2004-02/msg00356.html the standard requires that the difference_type of an iterator must be a signed integral type, but istreambuf_iterator::difference_type currently fails to meet this requirement. -- Summary: [3.4/3.5 Regression] istreambuf_iterator::difference_type is not a signed integral type Product: gcc Version: 3.4.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: libstdc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: peturr02 at ru dot is CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14320