From 4746a4c53622745fd1f3005cd560dcd443cc7a31 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Wed, 8 Feb 2017 17:56:43 +0100 Subject: [PATCH] :lipstick: minor change --- src/json.hpp | 4 ++-- src/json.hpp.re2c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/json.hpp b/src/json.hpp index c77945a87..11c00162f 100644 --- a/src/json.hpp +++ b/src/json.hpp @@ -12689,9 +12689,9 @@ inline nlohmann::json::json_pointer operator "" _json_pointer(const char* s, std #endif // clean up -#undef JSON_THROW -#undef JSON_TRY #undef JSON_CATCH #undef JSON_DEPRECATED +#undef JSON_THROW +#undef JSON_TRY #endif diff --git a/src/json.hpp.re2c b/src/json.hpp.re2c index 109a4f262..edc209bf5 100644 --- a/src/json.hpp.re2c +++ b/src/json.hpp.re2c @@ -11839,9 +11839,9 @@ inline nlohmann::json::json_pointer operator "" _json_pointer(const char* s, std #endif // clean up -#undef JSON_THROW -#undef JSON_TRY #undef JSON_CATCH #undef JSON_DEPRECATED +#undef JSON_THROW +#undef JSON_TRY #endif