diff --git a/lib/json/errorhandling.h b/lib/json/errorhandling.h index fc42a8d..720e0fa 100644 --- a/lib/json/errorhandling.h +++ b/lib/json/errorhandling.h @@ -14,7 +14,6 @@ #include #include #include -#include #include namespace ReflectiveRapidJSON { @@ -53,11 +52,6 @@ constexpr JsonType jsonType() return JsonType::Number; } -template > * = nullptr> constexpr JsonType jsonType() -{ - return JsonType::Null; -} - template > * = nullptr> constexpr JsonType jsonType() { return JsonType::Bool;