diff --git a/include/boost/container/experimental/segmented_count_if.hpp b/include/boost/container/experimental/segmented_count_if.hpp index c1cb343..20d7f1d 100644 --- a/include/boost/container/experimental/segmented_count_if.hpp +++ b/include/boost/container/experimental/segmented_count_if.hpp @@ -59,7 +59,7 @@ segmented_count_if_dispatch count += static_cast(pred(*first)); ++first; BOOST_FALLTHROUGH; case 1: - count += static_cast(pred(*first)); + count += static_cast(pred(*first)); ++first; BOOST_FALLTHROUGH; default: break;