🚨 fixed some warnings #821
This commit is contained in:
parent
ea5aed0769
commit
430f03512c
3 changed files with 14 additions and 13 deletions
|
|
@ -1309,7 +1309,7 @@ TEST_CASE("regression tests")
|
|||
SECTION("issue #843 - converting to array not working")
|
||||
{
|
||||
json j;
|
||||
std::array<int, 4> ar = {1, 1, 1, 1};
|
||||
std::array<int, 4> ar = {{1, 1, 1, 1}};
|
||||
j = ar;
|
||||
ar = j;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue