Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 17381 invoked from network); 29 May 2007 17:07:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 May 2007 17:07:45 -0000 Received: (qmail 15625 invoked by uid 500); 29 May 2007 17:07:50 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 15569 invoked by uid 500); 29 May 2007 17:07:50 -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 15553 invoked by uid 99); 29 May 2007 17:07:49 -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 10:07:49 -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, 29 May 2007 10:07:44 -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: [PING] Re: svn commit: r541672 - /incubator/stdcxx/trunk/include/rw/_config-msvc.h Date: Tue, 29 May 2007 20:07:22 +0300 Message-ID: <7BDB2168BEAEF14C98F1901FD2DE6438869528@epmsa009.minsk.epam.com> In-Reply-To: <465C4FF5.9020907@roguewave.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PING] Re: svn commit: r541672 - /incubator/stdcxx/trunk/include/rw/_config-msvc.h Thread-Index: AceiC4k8p9V4Y+ZCTmOeUMxV0J+4CAAB5Zbg References: <20070525144142.3AB861A981A@eris.apache.org> <46574135.1050205@roguewave.com> <465C4FF5.9020907@roguewave.com> From: "Farid Zaripov" To: X-Virus-Checked: Checked by ClamAV on apache.org > Farid, do you agree that this is the way to go? If you do, do=20 > you plan to move the Intel C++ specific code to the=20 > _config-icc.h header? (Just making sure this doesn't slip=20 > through the cracks.) I need to inspect what the macros from _config_msvc.h are Intel C++ compiler specific (except disabled warnings). What I see, is that we could remove all section between #if _MSC_VER <=3D 1200 // MSVC <=3D 6.0 and #endif // MSVC <=3D 6.0 because of the all macros are defined in config.h at the configure step. Farid.