From fb8b398b021654d0f6125d2db07ce8b53de3b8af Mon Sep 17 00:00:00 2001 From: Anton Bachin Date: Mon, 19 Oct 2020 09:05:45 +0300 Subject: [PATCH] README: remove link to magic_enum There are now several alternative enum libraries, so the README no longer seems to be a convenient place for linking them. At this point, they should be quite discoverable on their own. See https://github.com/aantron/better-enums/issues/89#issuecomment-706870187. Closes #78. [skip ci] --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index bcdf341..fc56507 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,6 @@ 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) -(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], [statically enforce conventions][enforce], and pass along the results as