From 11b9c109b379b198cd226c306051148289270b3f Mon Sep 17 00:00:00 2001 From: neargye Date: Mon, 11 May 2020 18:48:06 +0500 Subject: [PATCH] update doc --- doc/limitations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: