On Fri, 9 May 2025 at 16:13, Tomasz Kaminski wrote:
>
>
>
> On Thu, May 8, 2025 at 7:46 PM Jonathan Wakely wrote:
>>
>> On Fri, 18 Apr 2025 at 10:03, Tomasz Kamiński wrote:
>> >
>> > This patch adds a _Guard_nodes scope guard nested to the _Deque_base,
>> > that deallocates the range of nodes, a
On Thu, May 8, 2025 at 7:46 PM Jonathan Wakely wrote:
> On Fri, 18 Apr 2025 at 10:03, Tomasz Kamiński wrote:
> >
> > This patch adds a _Guard_nodes scope guard nested to the _Deque_base,
> > that deallocates the range of nodes, and replaces __try/__catch block
> > with approparietly constructed
On Fri, May 9, 2025 at 5:25 PM Jonathan Wakely wrote:
> On Fri, 9 May 2025 at 16:13, Tomasz Kaminski wrote:
> >
> >
> >
> > On Thu, May 8, 2025 at 7:46 PM Jonathan Wakely
> wrote:
> >>
> >> On Fri, 18 Apr 2025 at 10:03, Tomasz Kamiński
> wrote:
> >> >
> >> > This patch adds a _Guard_nodes scop
On Fri, 18 Apr 2025 at 10:03, Tomasz Kamiński wrote:
>
> This patch adds a _Guard_nodes scope guard nested to the _Deque_base,
> that deallocates the range of nodes, and replaces __try/__catch block
> with approparietly constructed guard object.
"appropriately"
>
> libstdc++-v3/ChangeLog:
>
>