On Mon, 12 Sept 2022 at 18:40, Patrick Palka via Libstdc++
wrote:
>
> I noticed compiling e.g. std/ranges/adaptors/join.cc with
> -D_GLIBCXX_DEBUG -Wsystem-headers -Wall gives the warning:
>
> gcc/libstdc++-v3/include/debug/safe_iterator.h:477:9: warning: suggest
> parentheses around ‘&&’ withi
I noticed compiling e.g. std/ranges/adaptors/join.cc with
-D_GLIBCXX_DEBUG -Wsystem-headers -Wall gives the warning:
gcc/libstdc++-v3/include/debug/safe_iterator.h:477:9: warning: suggest
parentheses around ‘&&’ within ‘||’ [-Wparentheses]
Tested on x86_64-pc-linux-gnu, does this look OK for t