$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2001-01-29 14:31:27
At 11:04 AM 1/29/2001 -0800, Gary Powell wrote:
 >Do the tests also have to compile quickly? Some of the LL stuff really
 >stretches the compiler. I could break each test down into multiple sub 
test
 >suites but I'd rather keep similar tests in the same compilation unit. 
(The
 >run time is quick.)
Good question.  It is really the overall time.  Sum of compile + link + 
run.
Maybe some libraries just don't have much of a place in the regular 
Compiler Status Tables.  But it would be really nice if such a library had 
some kind of simple test that at least hinted at whether or not it would 
run with a particular compiler.  Or is it better to leave it out of the 
table altogether?
--Beman