Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2003-07-15 16:20:06


Daniel Frey wrote:
> On Tue, 15 Jul 2003 22:22:03 +0200, Peter Dimov wrote:
>
>>> +#include <boost/config.hpp>
>>> +#if defined(BOOST_INTEL)
>>> +#include <boost/static_assert.hpp>
>>> +#endif
>>
>> Dependencies. I hate dependencies.
>
> Do you have a better idea?

Several, like (1) using __INTEL_COMPILER for detection and (2) isolating the
minimal example that results in the error we need. But I don't have access
to Intel C++.


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