mirror of
https://github.com/nlohmann/json.git
synced 2026-02-10 12:02:28 +00:00
Merge branch 'develop' of https://github.com/nlohmann/json into develop
This commit is contained in:
@@ -247,7 +247,7 @@ TEST_CASE("constructors")
|
||||
|
||||
SECTION("std::pair")
|
||||
{
|
||||
std::pair<float, std::string> p{1.0, "string"};
|
||||
std::pair<float, std::string> p{1.0f, "string"};
|
||||
json j(p);
|
||||
|
||||
CHECK(j.type() == json::value_t::array);
|
||||
|
||||
Reference in New Issue
Block a user