> -----Original Message-----
> From: Martin Sebor [mailto:sebor@roguewave.com]
> 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 could remove all section between
> > #if _MSC_VER <= 1200 // MSVC <= 6.0
> > and
> > #endif // MSVC <= 6.0
> > because of the all macros are defined in config.h at the
> configure
> > step.
>
> I think the reason why they are defined in _config_msvc.h is
> because the autoconfigured ones are (or were at some point)
> incorrectly detected. That certainly may have changed so we
> need to check to make sure they are now detected correctly
> before we take out the overriding definitions.
I was not carefully read the comments. Since that section is related
to
the MSVC 6.0 and earlier, I can't check whether that macros detected
correctly or not.
Farid.
|