diff --git a/doc/limitations.md b/doc/limitations.md index 360fb7a..78ac3a5 100644 --- a/doc/limitations.md +++ b/doc/limitations.md @@ -50,8 +50,8 @@ Banana = 3, COUNT = 4, }; - // magic_enum::enum_cast("Box") -> std::nullopt - // magic_enum::enum_name(ShapeKind::Box) -> "ConvexBegin" + // magic_enum::enum_cast("Box") -> std::nullopt or ShapeKind::Box + // magic_enum::enum_name(ShapeKind::Box) -> "ConvexBegin" or "" ``` One of the possible workaround the issue: