From c588771875ae59eb5d0576088291beda7cd934c6 Mon Sep 17 00:00:00 2001 From: neargye Date: Tue, 8 Nov 2022 13:02:11 +0400 Subject: [PATCH] update doc --- doc/limitations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/limitations.md b/doc/limitations.md index feb8a64..49b77fc 100644 --- a/doc/limitations.md +++ b/doc/limitations.md @@ -1,6 +1,6 @@ # Limitations -* This library uses a compiler-specific hack (based on `__PRETTY_FUNCTION__` / `__FUNCSIG__`), which works on Clang >= 5, MSVC >= 15.3 and GCC >= 9. +* This library uses a compiler-specific hack (based on `__PRETTY_FUNCTION__` / `__FUNCSIG__`). * To check is magic_enum supported compiler use macro `MAGIC_ENUM_SUPPORTED` or constexpr constant `magic_enum::is_magic_enum_supported`.
If magic_enum used on unsupported compiler, occurs the compilation error. To suppress error define macro `MAGIC_ENUM_NO_CHECK_SUPPORT`.