Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 69235 invoked from network); 27 Mar 2007 17:29:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Mar 2007 17:29:11 -0000 Received: (qmail 36995 invoked by uid 500); 27 Mar 2007 17:29:18 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 36983 invoked by uid 500); 27 Mar 2007 17:29:18 -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 36972 invoked by uid 99); 27 Mar 2007 17:29:18 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Mar 2007 10:29:18 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of Farid_Zaripov@epam.com designates 217.21.63.3 as permitted sender) Received: from [217.21.63.3] (HELO EPMSA009.epam.com) (217.21.63.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Mar 2007 10:29:09 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: std::getline() declaration header Date: Tue, 27 Mar 2007 20:28:46 +0300 Message-ID: <7BDB2168BEAEF14C98F1901FD2DE6438594C6E@epmsa009.minsk.epam.com> In-Reply-To: <46094ECA.1030005@roguewave.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: std::getline() declaration header Thread-Index: Acdwkjsp3Q9eo9CgTsmLtxYQZLJ36QAAuPPg From: "Farid Zaripov" To: X-Virus-Checked: Checked by ClamAV on apache.org > -----Original Message----- > From: Martin Sebor [mailto:sebor@roguewave.com]=20 > Sent: Tuesday, March 27, 2007 8:05 PM > To: stdcxx-dev@incubator.apache.org > Subject: Re: std::getline() declaration header >=20 > Farid Zaripov wrote: > > At the moment the functions std::getline (basic_istream&, > > basic_string&) > > std::getline (basic_istream&, basic_string&, delim) and > > operator>> (basic_istream&, basic_string&) are declared in > > header file, but according to "21.2 Header synopsis" they=20 > > should be declared in header file. >=20 > Is this detectable? I.e., do you have a test case or is it=20 > something you found by inspection of the code? I've found it during compiling the boost on cygwin. I've created the issue (the test case inside): https://issues.apache.org/jira/browse/STDCXX-375 Farid.