From patchwork Sat Dec 16 22:54:40 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Wakely X-Patchwork-Id: 1876991 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256 header.s=mimecast20190719 header.b=AzoRbMWB; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=2620:52:3:1:0:246e:9693:128c; helo=server2.sourceware.org; envelope-from=gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=patchwork.ozlabs.org) Received: from server2.sourceware.org (server2.sourceware.org [IPv6:2620:52:3:1:0:246e:9693:128c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4St1dl2dG5z23ns for ; Sun, 17 Dec 2023 09:55:37 +1100 (AEDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 76EF73858425 for ; Sat, 16 Dec 2023 22:55:35 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id 4E32C3858D39 for ; Sat, 16 Dec 2023 22:55:22 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 4E32C3858D39 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 4E32C3858D39 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=170.10.129.124 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1702767323; cv=none; b=kK6RyI/Q/H8BmTIXcx+b+Rp3knClj5d7R5d00WEGuvLimy5WPOxirGKW3HYwqPgI4OHAK1ieHsZbytKVCCQrhqIPQbBndcuNx1mz76OjvWFlMOM7r5ViqcHMrDygi4ZzFK7cLXaA7fjvZ+K3bYEbjQZkCLEA5ZWc0QJdWw6W6yw= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1702767323; c=relaxed/simple; bh=Vx3VSRfzrzeSt8cDMa/EHyMnK7H5ahRikodaKz9igU0=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=OZDGbxgVD6PUmk187Mzun6wOnuxgqKgOqsLdKtxLwM5BBIjKy3rJ234iRHtNPySQ8FnRGxcJ/97ugRJq8q+AAC+BHwnZZHIpkH9t+3VCXD4Pqiq21s8qHYtDcP+B91DfnWDrF3qZt/Xl6CBH1855V1jQfmtImfc5ekqt3puaZP4= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1702767321; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=gei0M5e3Pk0ijzGVHCQAPb0i5x5CymVBYHaDF3Z50O4=; b=AzoRbMWBHWTn4EKcQ7wgUetnskJ59kABB2w0y61XHfWmVnh+Z9nwP3aSa/K3/7nVkvJC9J bjeCjzlt05wcR3EOUZI1OkcKkCv3ECJfuyD2lU7DvNIt03+S8HWTcmpuhXBpr5a8iBFVAS N/Hh8gj+rWRMOZ3Px+oUqBnssrZmiDc= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-373-rQmgKFYjMTu6WU0HlZ4-Bg-1; Sat, 16 Dec 2023 17:55:20 -0500 X-MC-Unique: rQmgKFYjMTu6WU0HlZ4-Bg-1 Received: from smtp.corp.redhat.com (int-mx10.intmail.prod.int.rdu2.redhat.com [10.11.54.10]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 17DC0835145; Sat, 16 Dec 2023 22:55:20 +0000 (UTC) Received: from localhost (unknown [10.42.28.6]) by smtp.corp.redhat.com (Postfix) with ESMTP id D64BC492BF0; Sat, 16 Dec 2023 22:55:19 +0000 (UTC) From: Jonathan Wakely To: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: [wwwdocs] Document std::print and std::ranges::to for C++23 Date: Sat, 16 Dec 2023 22:54:40 +0000 Message-ID: <20231216225519.2306598-1-jwakely@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.10 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com X-Spam-Status: No, score=-11.6 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org Pushed to wwwdocs. -- >8 -- --- htdocs/gcc-14/changes.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index 346785a0..eb14e09d 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -209,8 +209,14 @@ a work-in-progress.

  • Improved experimental support for C++23, including:
      +
    • The std::ranges::to function for converting + ranges to containers. +
    • The <stacktrace> header is supported by default.
    • +
    • std::print and std::println + (requires linking with -lstdc++exp on Windows). +
    • Formatters for std::thread::id and std::stacktrace.
    • @@ -237,12 +243,12 @@ a work-in-progress.

      std::numeric_limits<_Float64> are now defined for all standard modes, not only for C++23. -
    • Using the std::setfill manipulator with - std::istream is deprecated. -
    • Added missing functions for float and long double to <cmath>.
    • +
    • Using the std::setfill manipulator with + std::istream is deprecated. +