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-05-31 17:22:34 +05:00
parent 27ee484f85
commit 33a62f9847

View file

@ -80,6 +80,9 @@
// magic_enum::enum_name(ShapeKind::ConvexBegin) -> "Box"
```
On some compiler enum-aliases not supported:
* <https://github.com/Neargye/magic_enum/issues/36>
* If you hit a message like this:
```text