$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2008-02-18 20:23:33
"Thorsten Ottosen" <thorsten.ottosen_at_[hidden]> wrote in message
news:47B9E537.6040904_at_dezide.com...
> BOOST_CHECK_EQUAL_RANGE( ba::map_list_of("foo",1)("bar",2), get_map() );
>
> Is it reasonable that operator<<() is required when we simply want to
> test comparison with ==? Perhaps there should be a way to get rid of
> that requirement?
There is. Use BOOST_TEST_DONT_PRINT_LOG_VALUE( the_type ).
Gennadiy