From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id 978833857020; Mon, 7 Jun 2021 09:27:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 978833857020 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. bbbf05e7f3d3e7a74d23e8cc252ebae895158abe X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 3733fbc6c15211ee367d0329cb2f57f29bfb1e83 X-Git-Newrev: bbbf05e7f3d3e7a74d23e8cc252ebae895158abe Message-Id: <20210607092709.978833857020@sourceware.org> Date: Mon, 7 Jun 2021 09:27:09 +0000 (GMT) From: Jonathan Wakely X-BeenThere: gcc-cvs-wwwdocs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs-wwwdocs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jun 2021 09:27:09 -0000 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via bbbf05e7f3d3e7a74d23e8cc252ebae895158abe (commit) from 3733fbc6c15211ee367d0329cb2f57f29bfb1e83 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit bbbf05e7f3d3e7a74d23e8cc252ebae895158abe Author: Jonathan Wakely Date: Mon Jun 7 10:27:00 2021 +0100 Document libstdc++ support for generic unordered lookup diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index ef533e31..97606174 100644 --- a/htdocs/gcc-11/changes.html +++ b/htdocs/gcc-11/changes.html @@ -526,6 +526,7 @@ You may also want to check out our and <semaphore>
  • <syncstream>
  • Efficient access to basic_stringbuf's buffer.
  • +
  • Heterogeneous lookup in unordered containers.
  • Experimental C++23 support, including: ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-11/changes.html | 1 + 1 file changed, 1 insertion(+) hooks/post-receive -- gcc-wwwdocs