mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-09 23:34:23 +00:00
add MAGIC_ENUM_SUPPORTED_ALIASES
This commit is contained in:
parent
32e2e6318d
commit
d73a985f52
3 changed files with 8 additions and 4 deletions
|
|
@ -82,6 +82,8 @@
|
|||
|
||||
On some compiler enum-aliases not supported, [for example Visual Studio 2017](https://github.com/Neargye/magic_enum/issues/36).
|
||||
|
||||
It is possible to check whether enum-aliases supported using a macro `MAGIC_ENUM_SUPPORTED_ALIASES`.
|
||||
|
||||
* If you hit a message like this:
|
||||
|
||||
```text
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue