From 52d7323bcab2be4b32191ef587825736c5eef879 Mon Sep 17 00:00:00 2001 From: Neargye Date: Fri, 31 Jan 2020 14:22:19 +0500 Subject: [PATCH] fix doc --- doc/reference.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/reference.md b/doc/reference.md index c78ec15..89d4b31 100644 --- a/doc/reference.md +++ b/doc/reference.md @@ -163,8 +163,6 @@ constexpr string_view enum_name() noexcept; // color_name -> "BLUE" ``` -* `magic_enum::enum_name()` is much lighter on the compile times and is not restricted to the enum_range [limitation](limitation.md). - ## `enum_names` ```cpp