[test] Patch to fix serialisation regressions

The following patch to Boost.test clears the serialisation lib failures with VC6 see : http://tinyurl.com/y3qpqf OK to commit (release branch only: I assume cvs HEAD no longer supports VC6 anyway)? John. Index: boost/test/test_tools.hpp =================================================================== RCS file: /cvsroot/boost/boost/boost/test/test_tools.hpp,v retrieving revision 1.60.2.1 diff -u -r1.60.2.1 test_tools.hpp --- boost/test/test_tools.hpp 24 Jul 2006 00:43:17 -0000 1.60.2.1 +++ boost/test/test_tools.hpp 25 Oct 2006 18:26:11 -0000 @@ -482,7 +482,7 @@ //____________________________________________________________________________//-struct BOOST_TEST_DECL equal_impl_frwd {+struct /*BOOST_TEST_DECL*/ equal_impl_frwd { template <typename Left, typename Right> inline predicate_result call_impl( Left const& left, Right const& right, mpl::false_ ) const

John Maddock wrote:
The following patch to Boost.test clears the serialisation lib failures with VC6 see : http://tinyurl.com/y3qpqf
OK to commit (release branch only: I assume cvs HEAD no longer supports VC6 anyway)?
Hmm - not quite true. Failures in the HEAD are due to one of the following. a) stuff that always failed due to features of the VC 6 compiler. b) new version of binary archives doesn't work with VC 6 c) support for boost test is deprecated with this (I think?) in the HEAD. I believe that any failures other than the above are artifacts of boost test. Robert Ramey
John.
Index: boost/test/test_tools.hpp =================================================================== RCS file: /cvsroot/boost/boost/boost/test/test_tools.hpp,v retrieving revision 1.60.2.1 diff -u -r1.60.2.1 test_tools.hpp --- boost/test/test_tools.hpp 24 Jul 2006 00:43:17 -0000 1.60.2.1 +++ boost/test/test_tools.hpp 25 Oct 2006 18:26:11 -0000 @@ -482,7 +482,7 @@
//____________________________________________________________________________//-struct BOOST_TEST_DECL equal_impl_frwd {+struct /*BOOST_TEST_DECL*/ equal_impl_frwd { template <typename Left, typename Right> inline predicate_result call_impl( Left const& left, Right const& right, mpl::false_ ) const _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
participants (2)
-
John Maddock
-
Robert Ramey