Re: [PATCH] libstdc++: Make debug iterator pointer sequence const [PR116369]

2025-05-14 Thread François Dumont
Got On 14/05/2025 18:46, Jonathan Wakely wrote: On Wed, 14 May 2025 at 17:31, François Dumont wrote: On 12/05/2025 23:03, Jonathan Wakely wrote: On 31/03/25 22:20 +0200, François Dumont wrote: Hi Following this previous patch https://gcc.gnu.org/pipermail/libstdc++/2024-August/059418.html I

Re: [PATCH] libstdc++: Make debug iterator pointer sequence const [PR116369]

2025-05-14 Thread Jonathan Wakely
On Wed, 14 May 2025 at 17:31, François Dumont wrote: > > On 12/05/2025 23:03, Jonathan Wakely wrote: > > On 31/03/25 22:20 +0200, François Dumont wrote: > >> Hi > >> > >> Following this previous patch > >> https://gcc.gnu.org/pipermail/libstdc++/2024-August/059418.html I've > >> completed it for t

Re: [PATCH] libstdc++: Make debug iterator pointer sequence const [PR116369]

2025-05-14 Thread François Dumont
On 12/05/2025 23:03, Jonathan Wakely wrote: On 31/03/25 22:20 +0200, François Dumont wrote: Hi Following this previous patch https://gcc.gnu.org/pipermail/libstdc++/2024-August/059418.html I've completed it for the _Safe_unordered_container_base type and implemented the rest of the change to

Re: [PATCH] libstdc++: Make debug iterator pointer sequence const [PR116369]

2025-05-12 Thread Jonathan Wakely
On 31/03/25 22:20 +0200, François Dumont wrote: Hi Following this previous patch https://gcc.gnu.org/pipermail/libstdc++/2024-August/059418.html I've completed it for the _Safe_unordered_container_base type and implemented the rest of the change to store the safe iterator sequence as a point

Re: [PATCH] libstdc++: Make debug iterator pointer sequence const [PR116369]

2025-05-12 Thread François Dumont
Hi As back to stage 1is it ok to commit this change ? François On 31/03/2025 22:20, François Dumont wrote: Hi Following this previous patch https://gcc.gnu.org/pipermail/libstdc++/2024-August/059418.html I've completed it for the _Safe_unordered_container_base type and implemented the res