From cdaa5ebd41e2c837be8af4635d91e5c97c533411 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Wed, 1 Jun 2022 15:41:21 +1000 Subject: [PATCH] introspection/enum_simple: increase the search range --- introspection/enum_simple.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/introspection/enum_simple.hpp b/introspection/enum_simple.hpp index bab755ee..5a307591 100644 --- a/introspection/enum_simple.hpp +++ b/introspection/enum_simple.hpp @@ -129,7 +129,7 @@ namespace cruft::introspection { EnumT from (std::string_view name) { - return _from (name); + return _from (name); }