]> gcc.gnu.org Git - gcc.git/commit
libstdc++: [_Hashtable] Add missing node destructor call
authorFrançois Dumont <fdumont@gcc.gnu.org>
Mon, 6 Nov 2023 18:34:50 +0000 (19:34 +0100)
committerFrançois Dumont <fdumont@gcc.gnu.org>
Tue, 7 Nov 2023 21:25:29 +0000 (22:25 +0100)
commit8f2a59c2629f634e0ea7b2bcc4443fd57c2a0e84
tree589a36290f917510f9426ae4732c0240743ed9dc
parentd90e5ece367be4648398faabfc06e9c9c0111df1
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 destructor
on construct exception.
libstdc++-v3/include/bits/hashtable_policy.h
This page took 0.059703 seconds and 6 git commands to generate.