From 1a3c4f9e5a3bb86ffe0d1c448cc2e3a7db6409ae Mon Sep 17 00:00:00 2001 From: Anton Bachin Date: Thu, 8 Oct 2020 21:50:05 +0300 Subject: [PATCH] Tweak note about magic_enum Resolves #88. [skip ci] --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d76fb3c..bcdf341 100644 --- a/README.md +++ b/README.md @@ -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],