Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 20668 invoked from network); 30 May 2007 01:00:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 May 2007 01:00:38 -0000 Received: (qmail 22993 invoked by uid 500); 30 May 2007 01:00:43 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 22940 invoked by uid 500); 30 May 2007 01:00:43 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 22925 invoked by uid 99); 30 May 2007 01:00:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 May 2007 18:00:42 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 May 2007 18:00:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9FB29714042 for ; Tue, 29 May 2007 18:00:15 -0700 (PDT) Message-ID: <3871566.1180486815627.JavaMail.jira@brutus> Date: Tue, 29 May 2007 18:00:15 -0700 (PDT) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Updated: (STDCXX-328) [NO_EXTENSIONS] istream uses non-existent overloads of num_get In-Reply-To: <11051942.1169508770182.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/STDCXX-328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-328: -------------------------------- Fix Version/s: 4.2 It's important to fix this for strict conformance testing (e.g., with Plum Hall). Scheduled for 4.2.0. > [NO_EXTENSIONS] istream uses non-existent overloads of num_get > -------------------------------------------------------------- > > Key: STDCXX-328 > URL: https://issues.apache.org/jira/browse/STDCXX-328 > Project: C++ Standard Library > Issue Type: Bug > Components: 27. Input/Output > Affects Versions: 4.1.3, 4.1.2 > Environment: All with _RWSTD_NO_EXTENSIONS #defined. > Reporter: Martin Sebor > Fix For: 4.2 > > Attachments: error.log, t.cpp > > > The istream extraction operator overloads for short and int call member functions of the num_get that are provided as an extension but disabled in strict mode (and need not be provided at all by user-defined specializations of the facet). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.