1
0
Fork 0
mirror of https://github.com/Neargye/magic_enum.git synced 2026-01-09 23:34:23 +00:00

update doc

This commit is contained in:
neargye 2020-12-23 14:17:39 +02:00
parent dee5abdfbd
commit 993e796e0d

View file

@ -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 {