https://gcc.gnu.org/g:e76b9d0fd2c5cae4b1b34941c41d42848500c913
commit r16-9053-ge76b9d0fd2c5cae4b1b34941c41d42848500c913 Author: Jonathan Wakely <[email protected]> Date: Thu Jun 4 13:54:02 2026 +0100 libstdc++: Remove trailing whitespace in debug/safe_iterator.h libstdc++-v3/ChangeLog: * include/debug/safe_iterator.h: Remove trailing whitespace. (cherry picked from commit a0d353d21d2256c1f32ead923c10d7a75efd8d4b) Diff: --- libstdc++-v3/include/debug/safe_iterator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/include/debug/safe_iterator.h b/libstdc++-v3/include/debug/safe_iterator.h index 4da3d2bb3d46..77e45ae073eb 100644 --- a/libstdc++-v3/include/debug/safe_iterator.h +++ b/libstdc++-v3/include/debug/safe_iterator.h @@ -1149,7 +1149,7 @@ namespace __gnu_debug inline bool __can_advance(const _Safe_iterator<_Iterator, _Sequence, _Category>& __it, _Size __n) - { + { if (std::__is_constant_evaluated()) return true; @@ -1166,7 +1166,7 @@ namespace __gnu_debug { if (std::__is_constant_evaluated()) return true; - + return __it._M_can_advance(__dist, __way); }
