mirror of
https://github.com/USCiLab/cereal.git
synced 2025-09-21 20:59:31 +02:00
done
This commit is contained in:
parent
373594e5a3
commit
c6b485ea69
@ -336,6 +336,6 @@ int main()
|
||||
// assert( f->array[2] == 3 );
|
||||
// assert( f->array[3] == 4 );
|
||||
//}
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
@ -2930,4 +2930,4 @@ BOOST_AUTO_TEST_CASE( portable_binary_archive )
|
||||
BOOST_CHECK_CLOSE(i_float , o_float, (float)1e-5);
|
||||
BOOST_CHECK_CLOSE(i_double , o_double, 1e-5);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user