diff --git a/src/storage/v3/request_helper.hpp b/src/storage/v3/request_helper.hpp index 035cc1ae5..bc622cc73 100644 --- a/src/storage/v3/request_helper.hpp +++ b/src/storage/v3/request_helper.hpp @@ -117,10 +117,11 @@ struct Element { TObjectAccessor object_acc; }; -template +template +concept IDontKnowAGoodNameForThis = utils::SameAsAnyOf> +template std::vector> OrderByVertices(Shard::Accessor &acc, DbAccessor &dba, TIterable &iterable, std::vector &order_bys) { - static_assert(std::is_same_v || std::is_same_v>); std::vector ordering; ordering.reserve(order_bys.size());