[libcxx-commits] [libcxx] 57c3c48 - [libc++][NFC] Remove redundant comment about availability of std::format

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Mon Feb 14 11:28:31 PST 2022


Author: Louis Dionne
Date: 2022-02-14T14:28:26-05:00
New Revision: 57c3c48e6ee871df7cde4ca08c2f3ac461cbfcf3

URL: https://github.com/llvm/llvm-project/commit/57c3c48e6ee871df7cde4ca08c2f3ac461cbfcf3
DIFF: https://github.com/llvm/llvm-project/commit/57c3c48e6ee871df7cde4ca08c2f3ac461cbfcf3.diff

LOG: [libc++][NFC] Remove redundant comment about availability of std::format

Added: 
    

Modified: 
    libcxx/include/__availability

Removed: 
    


################################################################################
diff  --git a/libcxx/include/__availability b/libcxx/include/__availability
index fd3e8e3e5272c..12eafee99bef6 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


        


More information about the libcxx-commits mailing list