From 84c2d8bb19a3df791ec945223d7528ab31268b4f Mon Sep 17 00:00:00 2001 From: neargye Date: Tue, 8 Nov 2022 13:01:28 +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 9938e06..e208957 100644 --- a/doc/limitations.md +++ b/doc/limitations.md @@ -6,7 +6,7 @@ ## Nameof Type -* This library uses a compiler-specific hack (based on `__PRETTY_FUNCTION__` / `__FUNCSIG__`), which works on Clang >= 5, MSVC >= 15.3 and GCC >= 7. +* This library uses a compiler-specific hack (based on `__PRETTY_FUNCTION__` / `__FUNCSIG__`). * nameof_type and nameof_type_rtti returns compiler-specific type name.