diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-01-05 00:18:35 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-01-05 00:18:35 +0000 |
commit | e15485ab1b24b4ba9288ae71e9dbcbb9d73f9969 (patch) | |
tree | 07d82966d73e2920b66a1ccef120f2a1d752485c /libstdc++-v3 | |
parent | b22ace96c57019052bca052faa590d685c0ceec2 (diff) | |
download | gcc-e15485ab1b24b4ba9288ae71e9dbcbb9d73f9969.tar.gz |
Daily bump.
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index dad3f81bda7..350049f3a6f 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,16 @@ +2022-01-04 Jonathan Wakely <jwakely@redhat.com> + + Backported from master: + 2021-08-28 Jonathan Wakely <jwakely@redhat.com> + + * include/bits/alloc_traits.h (allocator_traits): Add explicit + specialization for allocator<void>. Improve doxygen comments. + * include/bits/allocator.h (allocator<void>): Restore for the + versioned namespace. + (allocator<void>::construct, allocator<void>::destroy): Remove. + * include/ext/extptr_allocator.h (_Extptr_allocator<void>): + Add default constructor and converting constructor. + 2021-12-10 Thomas Rodgers <rodgert@twrodgers.com> Backported from master: |