FC Updates from BitShares and myself #21
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ BOOST_AUTO_TEST_CASE( types_edge_cases_test )
|
||||||
|
|
||||||
sv::tag_type current_value = variant_with_tagtype.get<sv::tag_type>();
|
sv::tag_type current_value = variant_with_tagtype.get<sv::tag_type>();
|
||||||
BOOST_CHECK_EQUAL( current_value, init_value );
|
BOOST_CHECK_EQUAL( current_value, init_value );
|
||||||
BOOST_CHECK( variant_with_tagtype == init_value );
|
BOOST_CHECK( variant_with_tagtype.get<sv::tag_type>() == init_value );
|
||||||
|
|
||||||
for (sv::tag_type i = variant_with_tagtype.count(); i-->0;)
|
for (sv::tag_type i = variant_with_tagtype.count(); i-->0;)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue