diff --git a/libecole/src/utility/math.hpp b/libecole/src/utility/math.hpp index a4e44cd2..56ad6b33 100644 --- a/libecole/src/utility/math.hpp +++ b/libecole/src/utility/math.hpp @@ -39,7 +39,7 @@ using range_value_type_t = std::remove_cv_t> -auto count_sum(Range range) noexcept -> std::pair { +auto count_sum(Range range) noexcept -> std::pair { auto sum = U{0}; auto count = std::size_t{0};