1
0
Fork 0
mirror of https://github.com/Neargye/magic_enum.git synced 2026-01-09 23:34:23 +00:00
This commit is contained in:
neargye 2020-07-06 19:22:53 +05:00
parent 13eff83de5
commit 573bc60011
2 changed files with 3 additions and 4 deletions

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. Work with enum-aliases is compiler-implementation-defined.
```cpp
enum ShapeKind {
@ -80,8 +80,7 @@
// magic_enum::enum_name(ShapeKind::ConvexBegin) -> "Box"
```
On some compiler enum-aliases not supported:
* <https://github.com/Neargye/magic_enum/issues/36>
On some compiler enum-aliases not supported, [for example Visual Studio 2017](https://github.com/Neargye/magic_enum/issues/36).
* If you hit a message like this: