From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from avasout07.plus.net (avasout07.plus.net [84.93.230.235]) by sourceware.org (Postfix) with ESMTPS id 194E63857C5F for ; Sat, 15 May 2021 10:12:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 194E63857C5F Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=spencercollyer.plus.com Authentication-Results: sourceware.org; spf=none smtp.mailfrom=spencer@spencercollyer.plus.com Received: from selket.spencercollyer.plus.com ([209.93.8.40]) by smtp with ESMTP id hrHxlWsNe6wwFhrHylCgaR; Sat, 15 May 2021 11:12:56 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=plus.com; s=042019; t=1621073576; bh=4ItXDxVHi+6HVI7vBpAQyL453eD+wSCTGCLhYEeqJDE=; h=Date:From:To:Subject; b=c4xR7X8AzmfBuzHhmDGzJI4Li94kE0RV4peqEVp419OrId+D8NSENxqIkMRONwd7N abgJqAi9CBjBl6k5tRtqD/77qanCQty9EK0KnQcVbfJsV6iQ5k91izlKnvCe5F8JU0 eexxqBmiavSbIMKEdQb6nfjGEv9O0y56YFIFqWztKOAdVp+OARpMt94ojdrYqJ9gM/ 8uNNjjbNxvAuUvBbpXrdf+hBH9yaUtfPka0I1K6i42b9RQlTXdfKWVZJHTNFgb29dy jrt2IQ1BM1NcEwlnbli86stYTampNUbPJJ/3zFeKUY1w+w1Ro1cv8TFQbSrcm2DXmQ yj49+SJ2608qw== X-Clacks-Overhead: "GNU Terry Pratchett" X-CM-Score: 0.00 X-CNFS-Analysis: v=2.3 cv=TPXet2ta c=1 sm=1 tr=0 a=Fu1MjK2y2sy3/4geEH03QQ==:117 a=Fu1MjK2y2sy3/4geEH03QQ==:17 a=kj9zAlcOel0A:10 a=5FLXtPjwQuUA:10 a=mDV3o1hIAAAA:8 a=3Cut4p4cPkFWGwrB2_UA:9 a=CjuIK1q_8ugA:10 a=_FVE-zBwftR9WsbkzFJk:22 a=pHzHmUro8NiASowvMSCR:22 a=xoEH_sTeL_Rfw54TyV31:22 Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by selket.spencercollyer.plus.com (Postfix) with ESMTP id 7305480020 for ; Sat, 15 May 2021 11:12:53 +0100 (BST) Date: Sat, 15 May 2021 11:12:53 +0100 From: Spencer Collyer To: libstdc++@gcc.gnu.org Subject: Status of P0645 (std::format) in libstdc++ Message-ID: <20210515111253.2a473939@spencercollyer.plus.com> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4wfHadGr6GsIxktkZwEQ41VPJAdT9EwcJruuGxQ/npsvH8HhhL0JaKeQFNxea2VfH+/J8TyGesZOzBR8SHPG/2yUIrrb/0KkX5XSGQ5z6Iybb0lJGdwuBR cNUVGyOii1PIhvJ0FfNVug91h69wmzDfKTZIteRKlB9feLxZbCX32r8ZPOAA6DbjjzG9RZef6APxyNqD3YJEjGgA9HfKdiS/Wxo= X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_EF, KAM_SHORT, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libstdc++@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libstdc++ mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 May 2021 10:12:59 -0000 Firstly, I hope it is OK to ask questions like the following on this list. I'm wondering what the status of P0645 in libstdc++ is at the moment? This is the proposal that introduces the std::format text formatting library in C++20. I've checked the page https://gcc.gnu.org/onlinedocs/libstdc++/manual/status.html#status.iso.2020. The line for that proposal just mentions the SD 6 feature test macro check to see if it is supported. Is it being worked on at present? Regards, Spencer