Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Neargye committed Aug 9, 2021
1 parent 72232bf commit 5639926
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@
#define MAGIC_ENUM_RANGE_MAX 255
```
* To add support for non-ASCII enumeration identifier, use special macros:
```cpp
#define MAGIC_ENUM_ENABLE_NONASCII
#include <magic_enum.hpp>
```

## `enum_cast`

```cpp
Expand Down

0 comments on commit 5639926

Please sign in to comment.