diff --git a/lib/ranges/trange.h b/lib/ranges/trange.h index 4d7b804..a030515 100644 --- a/lib/ranges/trange.h +++ b/lib/ranges/trange.h @@ -6,7 +6,6 @@ #include #include #include -#include #include class LIBCONTEMPORARY_EXPORT tRangeException : public tException { @@ -61,9 +60,9 @@ template class tRangeBacking { template concept HasCastFunctions = requires(T t) { - { t.template staticCast() } -> std::same_as>; - { t.template objectCast() } -> std::same_as>; - }; + { t.template staticCast() } -> std::same_as>; + { t.template objectCast() } -> std::same_as>; +}; template class tRange { public: