🚨 fixed some compiler warnings
This commit is contained in:
parent
d5b21b051c
commit
07494e06d7
7 changed files with 43 additions and 43 deletions
|
|
@ -435,7 +435,7 @@ TEST_CASE("value conversion")
|
|||
|
||||
SECTION("get null (explicit)")
|
||||
{
|
||||
std::nullptr_t n;
|
||||
std::nullptr_t n = nullptr;
|
||||
json j(n);
|
||||
|
||||
auto n2 = j.get<std::nullptr_t>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue