From 130e4da8cba8b3c980cdd52265bc49fbf436f513 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Thu, 28 May 2020 22:05:47 -0700 Subject: [PATCH] Remove empty loop bodies to prevent clang 'extra-semi-stmt warnings'. Thanks to Eugene for the heads-up --- include/boost/algorithm/string/detail/finder.hpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/include/boost/algorithm/string/detail/finder.hpp b/include/boost/algorithm/string/detail/finder.hpp index 112fde9..8e70240 100644 --- a/include/boost/algorithm/string/detail/finder.hpp +++ b/include/boost/algorithm/string/detail/finder.hpp @@ -344,9 +344,8 @@ namespace boost { typedef iterator_range result_type; input_iterator_type It=Begin; - for( - unsigned int Index=0; - Index result_type; input_iterator_type It=End; - for( - unsigned int Index=0; - Index