summaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-08-29 00:16:41 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-08-29 00:16:41 +0000
commita21e5de4214705632fed99993dcabe1c12e9c548 (patch)
tree1693e1b923e0f1bc68b88a956ec215013eed8972 /libstdc++-v3
parentf5ff3a8ed4ca91737c16757ce4938cf2e0187fc0 (diff)
downloadgcc-a21e5de4214705632fed99993dcabe1c12e9c548.tar.gz
Daily bump.
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 75434806263..5c20660416c 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,29 @@
+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-08-28 Jonathan Wakely <jwakely@redhat.com>
+
+ * include/bits/stl_uninitialized.h: Fix typo in comment.
+
+2021-08-28 Jonathan Wakely <jwakely@redhat.com>
+
+ PR libstdc++/99876
+ * src/c++17/fs_ops.cc (fs::absolute): Call non-throwing form,
+ to avoid unnecessary current_path() call.
+
+2021-08-28 Jonathan Wakely <jwakely@redhat.com>
+
+ * include/bits/std_function.h (function::function(F&&)): Give
+ name to defaulted template parameter, to improve diagnostics.
+ Use markdown for more doxygen comments.
+
2021-08-26 Jonathan Wakely <jwakely@redhat.com>
* include/bits/std_function.h (function): Adjust doxygen