Skip to content

Commit

Permalink
Tweak note about magic_enum
Browse files Browse the repository at this point in the history
Resolves #88.

[skip ci]
  • Loading branch information
aantron committed Oct 8, 2020
1 parent 21c3749 commit 1a3c4f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -17,7 +17,9 @@ file, and without dependencies.

[sample]: https://raw.githubusercontent.com/aantron/better-enums/master/doc/image/sample.gif

**Note**: consider [**magic_enum**](https://github.com/Neargye/magic_enum) (if using GCC, requires at least GCC 9.0).
**Note**: consider [**magic_enum**](https://github.com/Neargye/magic_enum)
(note it requires C++17 and a fairly recent compiler; see
[*Limitations*](https://github.com/Neargye/magic_enum/blob/master/doc/limitations.md#readme)).

In C++11, *everything* can be used at compile time. You can convert your enums,
loop over them, [find their max][max],
Expand Down

0 comments on commit 1a3c4f9

Please sign in to comment.