1
0
Fork 0
mirror of https://github.com/Neargye/magic_enum.git synced 2026-01-10 23:44:29 +00:00

update doc

fix MAGIC_ENUM_NO_CHECK_SUPPORT
This commit is contained in:
neargye 2019-10-04 13:58:08 +05:00
parent 2a259f1b55
commit 00bd8528ce
2 changed files with 2 additions and 1 deletions

View file

@ -84,7 +84,7 @@ namespace detail {
template <typename T>
struct supported final
#if defined(MAGIC_ENUM_SUPPORTED) && MAGIC_ENUM_SUPPORTED
#if defined(MAGIC_ENUM_SUPPORTED) && MAGIC_ENUM_SUPPORTED || defined(MAGIC_ENUM_NO_CHECK_SUPPORT)
: std::true_type {};
#else
: std::false_type {};