Skip to content

Commit

Permalink
Compiler support
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed May 23, 2024
1 parent 116feb0 commit 5cc981d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/corelib/src/encode_decode_json_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ TEST_CASE("convert_map_test")

TEST_CASE("convert_array_test")
{
std::array<double,4> v{1,2,3,4};
std::array<double,4> v{{1,2,3,4}};

std::string s;
jsoncons::encode_json(v,s);
Expand Down

0 comments on commit 5cc981d

Please sign in to comment.