From 33a62f9847aaa29c32a2338d50ae15e41a0da671 Mon Sep 17 00:00:00 2001 From: neargye Date: Sun, 31 May 2020 17:22:34 +0500 Subject: [PATCH] update doc --- doc/limitations.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/limitations.md b/doc/limitations.md index abe3e63..20a0301 100644 --- a/doc/limitations.md +++ b/doc/limitations.md @@ -80,6 +80,9 @@ // magic_enum::enum_name(ShapeKind::ConvexBegin) -> "Box" ``` + On some compiler enum-aliases not supported: + * + * If you hit a message like this: ```text