Re: [PATCH] Add _GLIBCXX_DEBUG checks on unordered container local_iterator

2025-04-17 Thread François Dumont
Tests renamed as requested and I took the time to reduce code duplications in unordered_checks.h.     libstdc++: Add _GLIBCXX_DEBUG checks on unordered container local_iterator     Complete tests on  _GLIBCXX_DEBUG checks in include/debug/safe_local_iterator.h.     Fix several tests not te

Re: [PATCH] Add _GLIBCXX_DEBUG checks on unordered container local_iterator

2025-04-17 Thread Jonathan Wakely
On Thu, 17 Apr 2025 at 17:22, François Dumont wrote: > > Tests renamed as requested and I took the time to reduce code > duplications in unordered_checks.h. > > libstdc++: Add _GLIBCXX_DEBUG checks on unordered container > local_iterator > > Complete tests on _GLIBCXX_DEBUG checks in >

Re: [PATCH] Add _GLIBCXX_DEBUG checks on unordered container local_iterator

2025-04-16 Thread Jonathan Wakely
On Wed, 16 Apr 2025 at 20:57, François Dumont wrote: > > libstdc++: Add _GLIBCXX_DEBUG checks on unordered container > local_iterator > > Some _GLIBCXX_DEBUG checks in include/debug/safe_local_iterator.h > were not properly > tested. > > Fix several tests not testing the contai