From 993e796e0df3aae3724a336b4723bd5260072f37 Mon Sep 17 00:00:00 2001 From: neargye Date: Wed, 23 Dec 2020 14:17:39 +0200 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 f1021d7..cc1f8a3 100644 --- a/doc/limitations.md +++ b/doc/limitations.md @@ -38,7 +38,7 @@ } // namespace magic_enum ``` -* `magic_enum` won't work if a value is aliased. Work with enum-aliases is compiler-implementation-defined. +* `magic_enum` [won't work if a value is aliased](https://github.com/Neargye/magic_enum/issues/68). Work with enum-aliases is compiler-implementation-defined. ```cpp enum ShapeKind {