$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David B. Held (dheld_at_[hidden])
Date: 2002-12-02 19:01:11
test_tools.hpp (261): insert these lines as appropriate
#pragma warn -8058 // Cannot create pre-compiled header
//...
#pragma warn .8058
unit_test_suite.hpp (42):
#ifdef __BORLANDC__
#pragma warn -8058 // Cannot create pre-compiled header
#endif
unit_test_suite.hpp (318):
#ifdef __BORLANDC__
#pragma warn .8058
#endif
And again as above for unit_test_parameters.hpp (21, 52).
Dave