Re: [PATCH][_Hashtable] Add missing destructor call

2023-11-08 Thread Jonathan Wakely
On Wed, 8 Nov 2023 at 05:39, François Dumont wrote: > > > On 07/11/2023 00:28, Jonathan Wakely wrote: > > On Mon, 6 Nov 2023 at 21:39, François Dumont wrote: > >> Noticed looking for other occasion to replace __try/__catch with RAII > >> helper. > >> > >> libstdc++: [_Hashtable] Add

Re: [PATCH][_Hashtable] Add missing destructor call

2023-11-07 Thread François Dumont
On 07/11/2023 00:28, Jonathan Wakely wrote: On Mon, 6 Nov 2023 at 21:39, François Dumont wrote: Noticed looking for other occasion to replace __try/__catch with RAII helper. libstdc++: [_Hashtable] Add missing node destructor call libstdc++-v3/ChangeLog: *

Re: [PATCH][_Hashtable] Add missing destructor call

2023-11-06 Thread Jonathan Wakely
On Mon, 6 Nov 2023 at 21:39, François Dumont wrote: > > Noticed looking for other occasion to replace __try/__catch with RAII > helper. > > libstdc++: [_Hashtable] Add missing node destructor call > > libstdc++-v3/ChangeLog: > > * include/bits/hashtable_policy.h >

Re: [PATCH][_Hashtable] Add missing destructor call

2023-11-06 Thread Jonathan Wakely
On Mon, 6 Nov 2023 at 21:39, François Dumont wrote: > > Noticed looking for other occasion to replace __try/__catch with RAII > helper. > > libstdc++: [_Hashtable] Add missing node destructor call > > libstdc++-v3/ChangeLog: > > * include/bits/hashtable_policy.h >

Re: [PATCH][_Hashtable] Add missing destructor call

2023-11-06 Thread Sam James
François Dumont writes: > Noticed looking for other occasion to replace __try/__catch with RAII > helper. > >     libstdc++: [_Hashtable] Add missing node destructor call > >     libstdc++-v3/ChangeLog: > >     * include/bits/hashtable_policy.h >    

[PATCH][_Hashtable] Add missing destructor call

2023-11-06 Thread François Dumont
Noticed looking for other occasion to replace __try/__catch with RAII helper.     libstdc++: [_Hashtable] Add missing node destructor call     libstdc++-v3/ChangeLog:     * include/bits/hashtable_policy.h     (_Hashtable_alloc<>::_M_allocate_node): Add missing call to node