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++.

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to