RE: [PING] Re: svn commit: r541672 - /incubator/stdcxx/trunk/include/rw/_config-msvc.h

2007-06-05 Thread Farid Zaripov
> -Original Message- > From: Martin Sebor [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 05, 2007 7:02 PM > To: stdcxx-dev@incubator.apache.org > Subject: Re: [PING] Re: svn commit: r541672 - > /incubator/stdcxx/trunk/include/rw/_config-msvc.h > > > I

Re: [PING] Re: svn commit: r541672 - /incubator/stdcxx/trunk/include/rw/_config-msvc.h

2007-06-05 Thread Martin Sebor
Farid Zaripov wrote: -Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Monday, June 04, 2007 9:36 PM To: stdcxx-dev@incubator.apache.org Subject: Re: [PING] Re: svn commit: r541672 - /incubator/stdcxx/trunk/include/rw/_config-msvc.h What I see, is that we

RE: [PING] Re: svn commit: r541672 - /incubator/stdcxx/trunk/include/rw/_config-msvc.h

2007-06-05 Thread Farid Zaripov
> -Original Message- > From: Martin Sebor [mailto:[EMAIL PROTECTED] > Sent: Monday, June 04, 2007 9:36 PM > To: stdcxx-dev@incubator.apache.org > Subject: Re: [PING] Re: svn commit: r541672 - > /incubator/stdcxx/trunk/include/rw/_config-msvc.h > > > What I s

Re: [PING] Re: svn commit: r541672 - /incubator/stdcxx/trunk/include/rw/_config-msvc.h

2007-06-04 Thread Martin Sebor
Farid Zaripov wrote: Farid, do you agree that this is the way to go? If you do, do you plan to move the Intel C++ specific code to the _config-icc.h header? (Just making sure this doesn't slip through the cracks.) I need to inspect what the macros from _config_msvc.h are Intel C++ compiler

Re: svn commit: r541672 - /incubator/stdcxx/trunk/include/rw/_config-msvc.h

2007-06-01 Thread Martin Sebor
Farid Zaripov wrote: -Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 29, 2007 8:39 PM To: stdcxx-dev@incubator.apache.org Subject: Re: svn commit: r541672 - /incubator/stdcxx/trunk/include/rw/_config-msvc.h Well, I guess we need to decide if it

RE: svn commit: r541672 - /incubator/stdcxx/trunk/include/rw/_config-msvc.h

2007-05-30 Thread Farid Zaripov
> -Original Message- > From: Martin Sebor [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 29, 2007 8:39 PM > To: stdcxx-dev@incubator.apache.org > Subject: Re: svn commit: r541672 - > /incubator/stdcxx/trunk/include/rw/_config-msvc.h > > Well, I guess we need

Re: svn commit: r541672 - /incubator/stdcxx/trunk/include/rw/_config-msvc.h

2007-05-29 Thread Martin Sebor
Farid Zaripov wrote: I wonder if it wouldn't be cleaner to move all the Intel C++ specific code out of _config-msvc.h and into _config-icc.h and make sure we #include the former only for MSVC and the latter only for Intel C++. One of the goals of separating all the compiler-specific hacks and

RE: [PING] Re: svn commit: r541672 - /incubator/stdcxx/trunk/include/rw/_config-msvc.h

2007-05-29 Thread Farid Zaripov
> Farid, do you agree that this is the way to go? If you do, do > you plan to move the Intel C++ specific code to the > _config-icc.h header? (Just making sure this doesn't slip > through the cracks.) I need to inspect what the macros from _config_msvc.h are Intel C++ compiler specific (exce

RE: svn commit: r541672 - /incubator/stdcxx/trunk/include/rw/_config-msvc.h

2007-05-29 Thread Farid Zaripov
> I wonder if it wouldn't be cleaner to move all the Intel C++ > specific code out of _config-msvc.h and into _config-icc.h > and make sure we #include the former only for MSVC and the > latter only for Intel C++. One of the goals of separating all > the compiler-specific hacks and overrides wa

[PING] Re: svn commit: r541672 - /incubator/stdcxx/trunk/include/rw/_config-msvc.h

2007-05-29 Thread Martin Sebor
Farid, do you agree that this is the way to go? If you do, do you plan to move the Intel C++ specific code to the _config-icc.h header? (Just making sure this doesn't slip through the cracks.) Martin Martin Sebor wrote: [EMAIL PROTECTED] wrote: Author: faridz Date: Fri May 25 07:41:40 2007 Ne

Re: svn commit: r541672 - /incubator/stdcxx/trunk/include/rw/_config-msvc.h

2007-05-25 Thread Martin Sebor
[EMAIL PROTECTED] wrote: Author: faridz Date: Fri May 25 07:41:40 2007 New Revision: 541672 URL: http://svn.apache.org/viewvc?view=rev&rev=541672 Log: 2007-05-25 Farid Zaripov <[EMAIL PROTECTED]> * _config-msvc.h: MSVC specific #pragma's decorated with #ifndef _INTEL_COMPILER;