BOOST_ROOT\boost/test/test_observer.hpp(54) : warning C4265: 'boost::unit_test::test_observer' : class has virtual functions, but destructor is not virtual instances of this class may not be destructed correctly BOOST_ROOT\boost/test/unit_test_log.hpp(127) : warning C4265: 'boost::unit_test::unit_test_log_t' : class has virtual functions, but destructor is not virtual instances of this class may not be destructed correctly BOOST_ROOT\boost/test/unit_test_suite_impl.hpp(89) : warning C4265: 'boost::unit_test::test_unit_generator' : class has virtual functions, but destructor is not virtual instances of this class may not be destructed correctly BOOST_ROOT\boost/test/unit_test_suite_impl.hpp(174) : warning C4265: 'boost::unit_test::test_tree_visitor' : class has virtual functions, but destructor is not virtual instances of this class may not be destructed correctly BOOST_ROOT\boost/test/unit_test_suite_impl.hpp(211) : warning C4265: 'boost::unit_test::test_case_counter' : class has virtual functions, but destructor is not virtual instances of this class may not be destructed correctly BOOST_ROOT\boost/test/unit_test_suite_impl.hpp(321) : warning C4265: 'boost::unit_test::global_fixture' : class has virtual functions, but destructor is not virtual compile-c-c++ BOOST_ROOT\bin.v2\libs\test\test\basic_cstring_test.test\msvc-8.0\debug\basic_cstring_test.obj basic_cstring_test.cpp C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\xutility(2282) : warning C4996: 'std::_Copy_opt' was declared deprecated C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\xutility(2270) : see declaration of 'std::_Copy_opt' Message: 'You have used a std:: construct that is not safe. See documentation on how to use the Safe Standard C++ Library' basic_cstring_test.cpp(62) : see reference to function template instantiation '_OutIt std::copy(_InIt,_InIt,_OutIt)' being compiled