From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2153) id 205F53A4782D; Thu, 17 Sep 2020 17:18:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 205F53A4782D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1600363111; bh=jDnrmFc9Y2MEKPZKx26PebM+AWBOQXez/RGXOvnnAGs=; h=From:To:Subject:Date:From; b=ujlITSc5eVhl3RdzqVcIPRDRuJArkk6Ngaj9iIhOQ/nMT3E3qYOM7ecTZeBi47Fy/ mQQvNoy/rDHG2Ub5ZISdC6M2PhPmWxpq7TIkDcDiheeHRaK1SzQby1GEB61h7n+erW kbJYYEmUHIQAq5TFnOiYajGlEsCw8SoXdW/p94G4= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Jakub Jelinek To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc(refs/vendors/redhat/heads/gcc-8-branch)] Daily bump. X-Act-Checkin: gcc X-Git-Author: GCC Administrator X-Git-Refname: refs/vendors/redhat/heads/gcc-8-branch X-Git-Oldrev: ccfe790fda66df542c08ce1f1cbc287d9a487755 X-Git-Newrev: d4cb0ce3ab29520a783169ed2c1bf7416821cbc7 Message-Id: <20200917171831.205F53A4782D@sourceware.org> Date: Thu, 17 Sep 2020 17:18:31 +0000 (GMT) X-BeenThere: libstdc++-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libstdc++-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Sep 2020 17:18:31 -0000 https://gcc.gnu.org/g:d4cb0ce3ab29520a783169ed2c1bf7416821cbc7 commit d4cb0ce3ab29520a783169ed2c1bf7416821cbc7 Author: GCC Administrator Date: Sat Sep 12 00:17:44 2020 +0000 Daily bump. Diff: --- gcc/DATESTAMP | 2 +- libstdc++-v3/ChangeLog | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 15fb79cba7d..c977cef8bc2 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20200911 +20200912 diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 8cd063bfa9e..f477a26c38c 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,30 @@ +2020-09-11 Jonathan Wakely + + Backported from master: + 2020-03-18 Jonathan Wakely + + PR libstdc++/94033 + * include/std/type_traits (__is_nt_default_constructible_atom): Remove. + (__is_nt_default_constructible_impl): Remove. + (__is_nothrow_default_constructible_impl): Remove. + (__is_nt_constructible_impl): Add bool template parameter. Adjust + partial specializations. + (__is_nothrow_constructible_impl): Replace class template with alias + template. + (is_nothrow_default_constructible): Derive from alias template + __is_nothrow_constructible_impl instead of + __is_nothrow_default_constructible_impl. + * testsuite/20_util/is_nothrow_constructible/94003.cc: New test. + * testsuite/20_util/is_nothrow_default_constructible/96999.cc: New file. + +2020-09-11 Jonathan Wakely + + PR libstdc++/71960 + * include/experimental/string_view (basic_string_view): + Enable debug assertions. + * include/std/string_view (basic_string_view): + Likewise. + 2020-08-10 Jonathan Wakely * src/c++17/Makefile.in: Remove unused file.