Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 91514 invoked from network); 23 Oct 2007 13:13:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Oct 2007 13:13:14 -0000 Received: (qmail 28725 invoked by uid 500); 23 Oct 2007 13:13:01 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 28717 invoked by uid 500); 23 Oct 2007 13:13:01 -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 28698 invoked by uid 99); 23 Oct 2007 13:13:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Oct 2007 06:13:00 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.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, 23 Oct 2007 13:13:03 +0000 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: svn commit: r587164 - /incubator/stdcxx/branches/4.2.x/include/vector.cc Date: Tue, 23 Oct 2007 16:12:20 +0300 Message-ID: <7BDB2168BEAEF14C98F1901FD2DE64380121F220@epmsa009.minsk.epam.com> In-Reply-To: <471CEAE0.9060305@roguewave.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: svn commit: r587164 - /incubator/stdcxx/branches/4.2.x/include/vector.cc Thread-Index: AcgU2TMci1vPQpl4TvC13cu5w/na6QAnQAWw References: <20071022172300.B4F7E1A9838@eris.apache.org> <471CEAE0.9060305@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, October 22, 2007 9:25 PM > To: stdcxx-dev@incubator.apache.org > Subject: Re: svn commit: r587164 -=20 > /incubator/stdcxx/branches/4.2.x/include/vector.cc >=20 > faridz@apache.org wrote: > > Author: faridz > > Date: Mon Oct 22 10:22:59 2007 > > New Revision: 587164 > >=20 > > URL: http://svn.apache.org/viewvc?rev=3D587164&view=3Drev > > Log: > > 2007-10-22 Farid Zaripov > >=20 > > STDCXX-495 > Is this being used anywhere else in stdcxx yet? If not, I'd=20 > rather hold off introducing it until 4.3 (there's a better=20 > way to design the traits classes and some compilers,=20 > including MSVC 8, have an intrinsic implementation of some of=20 > these critters so it would be nice to use them wherever available). I've reverted the change and deferred the STDCXX-495 issue to 4.3 release. Farid.