From 57c3c48e6ee871df7cde4ca08c2f3ac461cbfcf3 Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Mon, 14 Feb 2022 14:28:23 -0500 Subject: [PATCH] [libc++][NFC] Remove redundant comment about availability of std::format --- libcxx/include/__availability | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libcxx/include/__availability b/libcxx/include/__availability index fd3e8e3e5272..12eafee99bef 100644 --- a/libcxx/include/__availability +++ b/libcxx/include/__availability @@ -244,10 +244,6 @@ # define _LIBCPP_AVAILABILITY_DISABLE_FTM___cpp_lib_semaphore # endif - // This controls the availability of the C++20 format library. - // The library is in development and not ABI stable yet. P2216 is - // retroactively accepted in C++20. This paper contains ABI breaking - // changes. # define _LIBCPP_AVAILABILITY_FORMAT \ __attribute__((unavailable)) # define _LIBCPP_AVAILABILITY_DISABLE_FTM___cpp_lib_format