summaryrefslogtreecommitdiff
path: root/boost/sort/spreadsort/detail/string_sort.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/sort/spreadsort/detail/string_sort.hpp')
-rw-r--r--boost/sort/spreadsort/detail/string_sort.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/sort/spreadsort/detail/string_sort.hpp b/boost/sort/spreadsort/detail/string_sort.hpp
index ef943b8ec4..582508fb7b 100644
--- a/boost/sort/spreadsort/detail/string_sort.hpp
+++ b/boost/sort/spreadsort/detail/string_sort.hpp
@@ -285,7 +285,7 @@ namespace spreadsort {
++last;
//Offsetting on identical characters. This section works
//a few characters at a time for optimal worst-case performance.
- update_offset<RandomAccessIter, Unsigned_char_type>(first, last,
+ update_offset<RandomAccessIter, Unsigned_char_type>(curr, last,
char_offset);
RandomAccessIter * target_bin;