Boost logo

Boost :

From: Stefan Slapeta (stefan_at_[hidden])
Date: 2004-08-05 12:43:24


David Abrahams wrote:

>
> The right way to handle this is to write:
>
> #if BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
>
> // the test code you have now
>
> #else
>
> // something simple that always passes.
>
> #endif
>

Done.

> As an optimization you can mark the test not to be run on most
> compilers.

IIRC that's only possible in the jamfiles, isn't it?

Stefan


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