From caf5bc338d97df147f327471eee8616e230a3e80 Mon Sep 17 00:00:00 2001 From: Username404 Date: Sun, 18 Sep 2022 20:16:08 +0200 Subject: [PATCH] Yerbacon.hpp: Don't check for __cpp_using_enum Signed-off-by: Username404 --- src/headers/Yerbacon.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/headers/Yerbacon.hpp b/src/headers/Yerbacon.hpp index 4f19f1b..801deed 100644 --- a/src/headers/Yerbacon.hpp +++ b/src/headers/Yerbacon.hpp @@ -22,9 +22,6 @@ #if not defined(__cpp_lib_concepts) || not defined(__cpp_lib_integer_comparison_functions) #error "The current standard library is incomplete" #endif -#ifndef __cpp_using_enum -#error "The "using enum" syntax is not supported by this compiler" -#endif #define token_expansion(X) #X #define make_string(X) token_expansion(X)