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