aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2020-10-27 00:16:28 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2020-10-27 00:16:28 +0000
commitf19e7c8d5b0d69511a67b718ba31df87f5be0e9f (patch)
treefdf3ec125a7083dd5e9c8c435c07a5a17b37bd91 /libstdc++-v3/ChangeLog
parent18e7f36bf2fa3aa3aeb768345c5fe39bc6ce0f27 (diff)
downloadgcc-f19e7c8d5b0d69511a67b718ba31df87f5be0e9f.zip
gcc-f19e7c8d5b0d69511a67b718ba31df87f5be0e9f.tar.gz
gcc-f19e7c8d5b0d69511a67b718ba31df87f5be0e9f.tar.bz2
Daily bump.
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index e6656ec..39febe6 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,29 @@
+2020-10-26 Jonathan Wakely <jwakely@redhat.com>
+
+ * include/experimental/executor (strand::_State): Fix thinko.
+
+2020-10-26 Ville Voutilainen <ville.voutilainen@gmail.com>
+
+ * include/std/type_traits (__is_nt_constructible_impl): Remove.
+ (__is_nothrow_constructible_impl): Adjust.
+ (is_nothrow_default_constructible): Likewise.
+ (__is_nt_assignable_impl): Remove.
+ (__is_nothrow_assignable_impl): Adjust.
+
+2020-10-26 Jonathan Wakely <jwakely@redhat.com>
+
+ PR libstdc++/97570
+ * libsupc++/new_opa.cc: Declare size_t in global namespace.
+ Remove unused header.
+
+2020-10-26 Stephan Bergmann <sbergman@redhat.com>
+
+ * include/bits/shared_ptr_base.h
+ (_Sp_counted_base::_M_add_ref_lock_nothrow(): Add noexcept to
+ definitions to match declaration.
+ (__shared_count(const __weak_count&, nothrow_t)): Add noexcept
+ to declaration to match definition.
+
2020-10-23 Patrick Palka <ppalka@redhat.com>
* include/std/ranges (single_view::single_view): Mark the