#285 New size for biggie object
This commit is contained in:
parent
ba9952aa28
commit
465c693370
1 changed files with 1 additions and 1 deletions
|
|
@ -335,7 +335,7 @@ BOOST_AUTO_TEST_CASE(recursion_test)
|
||||||
BOOST_AUTO_TEST_CASE(rethrow_test)
|
BOOST_AUTO_TEST_CASE(rethrow_test)
|
||||||
{
|
{
|
||||||
fc::variants biggie;
|
fc::variants biggie;
|
||||||
for( int i = 0; i < 250; i++ )
|
for( int i = 0; i < 1010; i++ )
|
||||||
{
|
{
|
||||||
fc::variant tmp( std::move(biggie) );
|
fc::variant tmp( std::move(biggie) );
|
||||||
biggie.reserve(1);
|
biggie.reserve(1);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue