From bd39ad6d168d0a72783b937e7b21a32648ec64ee Mon Sep 17 00:00:00 2001 From: Florian Albrechtskirchinger Date: Fri, 29 Jul 2022 14:33:28 +0200 Subject: [PATCH] fixup! Add namespace macros --- include/nlohmann/detail/meta/detected.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/nlohmann/detail/meta/detected.hpp b/include/nlohmann/detail/meta/detected.hpp index e38fb88a3..0a6bc5311 100644 --- a/include/nlohmann/detail/meta/detected.hpp +++ b/include/nlohmann/detail/meta/detected.hpp @@ -17,7 +17,6 @@ namespace detail { // https://en.cppreference.com/w/cpp/experimental/is_detected - struct nonesuch { nonesuch() = delete;