mirror of
https://github.com/boostorg/utility.git
synced 2025-05-08 18:34:02 +00:00
Warning suppressioni from Craig Rodrigues
[SVN r13098]
This commit is contained in:
parent
c8b674d105
commit
0bc4a1b20d
@ -499,7 +499,6 @@ namespace
|
|||||||
void operator()(boost::minstd_rand& randomizer) const
|
void operator()(boost::minstd_rand& randomizer) const
|
||||||
{
|
{
|
||||||
Big b1 = Big( randomizer() );
|
Big b1 = Big( randomizer() );
|
||||||
Big b2 = Big( randomizer() );
|
|
||||||
Small s = Small( randomizer() );
|
Small s = Small( randomizer() );
|
||||||
|
|
||||||
test_left( Wrapped6<Big, Small>(b1), s, b1, s );
|
test_left( Wrapped6<Big, Small>(b1), s, b1, s );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user