Yerbacon.hpp: Don't check for __cpp_using_enum

Signed-off-by: Username404 <w.iron.zombie@gmail.com>
This commit is contained in:
Username404 2022-09-18 20:16:08 +02:00
parent 0636f49979
commit caf5bc338d
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 0 additions and 3 deletions

View File

@ -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)