Skip to content

Commit 6c4e4e4

Browse files
committed
optional: use #if instead of #ifndef in test, fixes #3859
Signed-off-by: Niels Lohmann <mail@nlohmann.me>
1 parent 4e5fa3b commit 6c4e4e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/src/unit-conversions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1683,7 +1683,7 @@ TEST_CASE("std::filesystem::path")
16831683
}
16841684
#endif
16851685

1686-
#ifndef JSON_USE_IMPLICIT_CONVERSIONS
1686+
#if !JSON_USE_IMPLICIT_CONVERSIONS
16871687
TEST_CASE("std::optional")
16881688
{
16891689
SECTION("null")

0 commit comments

Comments
 (0)