From 0d319675f840937ac387a2f5cf00e775b9aad23b Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Sat, 8 Feb 2020 19:49:36 +0100 Subject: [PATCH] `prefix` definition simplified --- src/include/units/prefix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/units/prefix.h b/src/include/units/prefix.h index fb923521..06bb76ce 100644 --- a/src/include/units/prefix.h +++ b/src/include/units/prefix.h @@ -70,7 +70,7 @@ struct prefix_base : downcast_base> { */ template requires (!std::same_as) -struct prefix : downcast_child>> { +struct prefix : downcast_child> { static constexpr auto symbol = Symbol; };