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





_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to