
"Juergen Hunold" <juergen.hunold@ivembh.de> wrote in message news:200710242002.57460.juergen.hunold@ivembh.de... Hi Gennadiy!
I've noticed some warnings from msvc.
For details, please look at attached test_warnings.txt.
First, when using AUTO_TEST, I get lots of
warning C4265: 'boost::unit_test::test_observer' : class has virtual functions, but destructor is not virtual
The warning obviosly wrong, but it is annoying. What version r u using?
The easy fix seems to be attached config.diff which simply makes the destructors virtual for msvc et.al.
Second, when running the Boost.Test testsuite, basic_cstring_test.cpp triggers "deprecated" warnings from the msvc-Stdlib. Please find diff against test/Jamfile.v2 attached.
Thanks, applied
I can apply those patches myself, when necessary.
And by the way: test/details/config.hpp still contains CVS-"log" entries.
I am wokring on cleaning this up
And it would also be nice to have some tests using AUTO_TEST in the Boost.Test testsuite.
There alot of them.boost_check_equal_str for example Gennadiy