From adefd94a9d44c97bc7c439005a75696752c9e3fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Tue, 5 May 2026 00:54:34 +0200 Subject: [PATCH] Add missing BOOST_RESTRICT --- include/boost/container/experimental/segmented_replace_if.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/container/experimental/segmented_replace_if.hpp b/include/boost/container/experimental/segmented_replace_if.hpp index ebbf034..0e3cab4 100644 --- a/include/boost/container/experimental/segmented_replace_if.hpp +++ b/include/boost/container/experimental/segmented_replace_if.hpp @@ -80,7 +80,7 @@ segmented_replace_if_dispatch(FwdIt first, Sent last, Pred pred, const T& BOOST_ template void segmented_replace_if_dispatch - (SegIter first, SegIter last, Pred pred, const T& new_val, segmented_iterator_tag, Cat) + (SegIter first, SegIter last, Pred pred, const T& BOOST_RESTRICT new_val, segmented_iterator_tag, Cat) { typedef segmented_iterator_traits traits;