mirror of
https://github.com/nlohmann/json.git
synced 2025-07-28 12:02:00 +03:00
🏁 implicit conversion is not allowed with MSVC
This commit is contained in:
@ -433,15 +433,6 @@ TEST_CASE("value conversion")
|
||||
#endif
|
||||
}
|
||||
|
||||
SECTION("get null (implicit)")
|
||||
{
|
||||
std::nullptr_t n;
|
||||
json j(n);
|
||||
|
||||
std::nullptr_t n2 = (std::nullptr_t)j;
|
||||
CHECK(n2 == n);
|
||||
}
|
||||
|
||||
SECTION("get null (explicit)")
|
||||
{
|
||||
std::nullptr_t n;
|
||||
|
Reference in New Issue
Block a user