5 Aug
                
                    2004
                
            
            
                5 Aug
                
                '04
                
            
            
            
        
    
                7:43 p.m.
            
        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