🏁 implicit conversion is not allowed with MSVC

parent 5b144116
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment