$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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