From 2e0809bea0f90947c3e06cc5fd9742dab726046b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Tue, 5 May 2026 16:31:22 +0200 Subject: [PATCH] Fix sorted_until_rec bug when BOOST_CONTAINER_SEGMENTED_LOOP_UNROLLING is activated --- .../boost/container/experimental/segmented_is_sorted_until.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/container/experimental/segmented_is_sorted_until.hpp b/include/boost/container/experimental/segmented_is_sorted_until.hpp index 8ff0132..dfd25e8 100644 --- a/include/boost/container/experimental/segmented_is_sorted_until.hpp +++ b/include/boost/container/experimental/segmented_is_sorted_until.hpp @@ -60,7 +60,7 @@ segduo sorted_until_rec template segduo sorted_until_rec (RAIter first, RAIter last, Comp comp, - RAIter prev, + DeepIt prev, const non_segmented_iterator_tag &, const std::random_access_iterator_tag &) { typedef typename iterator_traits::difference_type difference_type;