forked from boostorg/utility
Warning suppressioni from Craig Rodrigues
[SVN r13098]
This commit is contained in:
@ -499,7 +499,6 @@ namespace
|
||||
void operator()(boost::minstd_rand& randomizer) const
|
||||
{
|
||||
Big b1 = Big( randomizer() );
|
||||
Big b2 = Big( randomizer() );
|
||||
Small s = Small( randomizer() );
|
||||
|
||||
test_left( Wrapped6<Big, Small>(b1), s, b1, s );
|
||||
|
Reference in New Issue
Block a user