Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 9849 invoked from network); 26 Jun 2007 16:11:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jun 2007 16:11:41 -0000 Received: (qmail 46039 invoked by uid 500); 26 Jun 2007 16:11:44 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 46029 invoked by uid 500); 26 Jun 2007 16:11:44 -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 46018 invoked by uid 99); 26 Jun 2007 16:11:44 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2007 09:11:44 -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, 26 Jun 2007 09:11:40 -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: STDCXX examples fails and reasons [MSVC] Date: Tue, 26 Jun 2007 19:11:18 +0300 Message-ID: <7BDB2168BEAEF14C98F1901FD2DE64389D6E0F@epmsa009.minsk.epam.com> In-Reply-To: <467FF035.20901@roguewave.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: STDCXX examples fails and reasons [MSVC] Thread-Index: Ace3R3YjjwSAni9+SI6+VPwLPYXLLAAxNSug References: <7BDB2168BEAEF14C98F1901FD2DE64389D67D6@epmsa009.minsk.epam.com> <467ABBBA.9030305@roguewave.com> <7BDB2168BEAEF14C98F1901FD2DE64389D6936@epmsa009.minsk.epam.com> <467BE887.8050502@roguewave.com> <7BDB2168BEAEF14C98F1901FD2DE64389D6B96@epmsa009.minsk.epam.com> <467FF035.20901@roguewave.com> From: "Farid Zaripov" To: X-Virus-Checked: Checked by ClamAV on apache.org > -----Original Message----- > From: Martin Sebor [mailto:sebor@roguewave.com]=20 > Sent: Monday, June 25, 2007 7:41 PM > To: stdcxx-dev@incubator.apache.org > Subject: Re: STDCXX examples fails and reasons [MSVC] >=20 > >> a detectable requirement. Violations of the requirement are=20 > >> detectable by non-conforming programs, but I can't think=20 > of a way how=20 > >> conformance to it could be detected > >> -- can you? > >=20 > > It would be difficult. :) >=20 > Difficult is not impossible :) If you think it's possible we=20 > have a conformance problem. Otherwise, if you don't believe=20 > it's possible, we're fine. Ok, ok. It's impossible. ^) > > Btw below is a part of the conforming program (taken from=20 > > time_get.cpp)? >=20 > It's not a conforming program. The locale must stay around as=20 > long as the last reference to the facet obtained from it. The=20 > tests that fail to follow this rule should be changed. Done: http://svn.apache.org/viewvc?view=3Drev&rev=3D550774 Farid.