From 27e38721cc5aaa996a118329bd2e76ea772c515a Mon Sep 17 00:00:00 2001 From: Robin Leroy Date: Sat, 23 Mar 2024 22:22:21 +0100 Subject: [PATCH] alphabetize --- quantities/concepts.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quantities/concepts.hpp b/quantities/concepts.hpp index 6419da00dd..3fb5de6853 100644 --- a/quantities/concepts.hpp +++ b/quantities/concepts.hpp @@ -61,9 +61,9 @@ concept convertible_to_quantity = using internal::additive_group; using internal::affine_space; +using internal::convertible_to_quantity; using internal::real_affine_space; using internal::real_vector_space; -using internal::convertible_to_quantity; using internal::vector_space; } // namespace _concepts