From fe9a62b7160eb8aec504bf7cb63aaddce017e1cc Mon Sep 17 00:00:00 2001 From: mkhan Date: Tue, 9 Jan 2018 15:31:32 +1100 Subject: [PATCH] json restriction removed --- src/external/json.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/external/json.h b/src/external/json.h index f1dfc1f..69d2928 100644 --- a/src/external/json.h +++ b/src/external/json.h @@ -64,9 +64,7 @@ SOFTWARE. #endif #elif defined(__GNUC__) #if (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) < 40900 -#ifndef RESIDUE_SPECIAL_EDITION - #error "unsupported GCC version - see https://github.com/nlohmann/json#supported-compilers" -#endif + //#error "unsupported GCC version - see https://github.com/nlohmann/json#supported-compilers" #endif #endif