mirror of
https://github.com/boostorg/container.git
synced 2026-07-06 07:30:47 +02:00
Fix sorted_until_rec bug when BOOST_CONTAINER_SEGMENTED_LOOP_UNROLLING is activated
This commit is contained in:
@@ -60,7 +60,7 @@ segduo<FwdIt, DeepIt> sorted_until_rec
|
||||
template <class RAIter, class Comp, class DeepIt>
|
||||
segduo<RAIter, DeepIt> 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<RAIter>::difference_type difference_type;
|
||||
|
||||
Reference in New Issue
Block a user