> -----Original Message-----
> From: Martin Sebor [mailto:[EMAIL PROTECTED] On Behalf Of Martin Sebor
> Sent: Wednesday, July 18, 2007 7:47 AM
> To: stdcxx-dev@incubator.apache.org
> Subject: Re: Intel C++ build issues on Windows
> 
> Another option is to rig one of the library headers (e.g.,
> _config.h) to optionally #include some header that we could 
> then "insert" by defining the right magic macro. Like this:
> 
>    // _defs.h
>    #ifdef _RWSTD_INCLUDE_HEADER
>    #  include _RWSTD_INCLUDE_HEADER
>    #endif
> 
> then we'de compile our examples with the following option on 
> the command line:
> -D_RWSTD_INCLUDE_HEADER=examples/include/include.h

  Personally, I prefer this option.

Farid.

Reply via email to