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:
parent
dee5abdfbd
commit
993e796e0d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue