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; };