Boost logo

Boost :

From: John Maddock (john_at_[hidden])
Date: 2003-10-02 05:30:38


> > If you use Boost.Build to compile your test, you'll see that it
> > works, because when your INTEL_BASE_MSVC_TOOLSET is "msvc" (vc6) it
> > adds -DBOOST_NO_INTRINSIC_WCHAR_T to your command line.
> >
>
> Sorry Dave, I really don't understand two things here:
>
> - Why can't this be configured in config/intel.hpp ???
>
> - How shall I apply Boost.Build to about 100 existing workspaces?

As Dave has already said, there is no way for us to detect which compiler
options the Intel compiler is using, and therefore what options it supports.
However if you always use the compiler in the same way, you can always add
any additional defines you need to boost/config/user.hpp.

John.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk