#285 error converting value to string #24

Merged
vampik merged 8 commits from bug/285-error-converting-value-to-string into latest-fc 2022-03-04 22:20:06 +00:00
Showing only changes of commit 465c693370 - Show all commits

View file

@ -335,7 +335,7 @@ BOOST_AUTO_TEST_CASE(recursion_test)
BOOST_AUTO_TEST_CASE(rethrow_test)
{
fc::variants biggie;
for( int i = 0; i < 250; i++ )
for( int i = 0; i < 1010; i++ )
{
fc::variant tmp( std::move(biggie) );
biggie.reserve(1);