id summary reporter owner description type status milestone component version severity resolution keywords cc 12206 "gcc 6.1 reports ""misleading-indentation"" warning" yuri.borisoff@… Marshall Clow "GCC 6.1 produces the following output (-Wall, -Werror). ../boost/algorithm/cxx11/none_of.hpp: In function 'bool boost::algorithm::none_of(InputIterator, InputIterator, Predicate)': ../boost/algorithm/cxx11/none_of.hpp:32:1: error: this 'for' clause does not guard... [-Werror=misleading-indentation] for ( ; first != last; ++first ) ^~~ ../boost/algorithm/cxx11/none_of.hpp:35:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' return true; ^~~~~~" Bugs new To Be Determined algorithm Boost 1.61.0 Problem gcc, warning