$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Boost.Test v3 is here
From: Marcel Raad (raad_at_[hidden])
Date: 2015-05-29 08:23:27
Gennadiy Rozental <rogeeff <at> gmail.com> 
writes:
> 
> Boost.Test team is proud to present new 
> version of Boost.Test library.
Thanks a lot! I switched all my local 
tests to the develop version the last 
couple of days and encountered no problems 
in the default configuration. The new 
documentation is great too.
If I define BOOST_TEST_NO_OLD_TOOLS, I get 
a lot of compilation errors because of 
missing operator<< for the classes used 
with BOOST_TEST(a == b). Is that expected?