🚨 fix warning
This commit is contained in:
parent
d8d4a505ad
commit
380c39c91e
@ -40,7 +40,7 @@ TEST_CASE("tests on very large JSONs")
|
||||
{
|
||||
const auto depth = 5000000;
|
||||
|
||||
std::string s(2 * depth, '[');
|
||||
std::string s(static_cast<std::size_t>(2 * depth), '[');
|
||||
std::fill(s.begin() + depth, s.end(), ']');
|
||||
|
||||
json _;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user