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:
parent
2a259f1b55
commit
00bd8528ce
2 changed files with 2 additions and 1 deletions
|
|
@ -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 {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue