Merge pull request #25 from bitshares/jmjatlanta-patch-1

fixed macOS build
This commit is contained in:
Abit 2018-03-22 16:33:16 +01:00 committed by GitHub
commit 0a0d41e9a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -231,8 +231,8 @@ BOOST_AUTO_TEST_CASE(structured_test)
fc::variant v_uint64_1( (int8_t) 1 );
fc::variant v_float_1( 0.0f );
fc::variant v_float_2( -2.0f );
fc::variant v_double_1( 0.0d );
fc::variant v_double_2( -2.0d );
fc::variant v_double_1( 0.0 );
fc::variant v_double_2( -2.0 );
fc::variants v_small_array
{
v_empty_obj,