Boost logo

Boost :

Subject: Re: [boost] Boost.Test updates in trunk: need for (mini) review?
From: Antony Polukhin (antoshkka_at_[hidden])
Date: 2012-10-22 02:41:19


2012/10/20 Gennadiy Rozenal <rogeeff_at_[hidden]>:
> BOOST_CHECKA( var1 - var2 >= 12 );
>
> And the output will include as much information as we can get:
>
> error: in "foo": check var1 - var2 >= 12 failed [23-15<12]

Great feature, but if it uses same error reporting mechanism as before
it is totally useless (see ticket #7046). 512 bytes is not enough for
such reports, please base error report buffer on std::string or some
other class, that can auto extend it`s size.

-- 
Best regards,
Antony Polukhin

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk