forked from OSchip/llvm-project
[libc++][NFC] Remove redundant comment about availability of std::format
This commit is contained in:
parent
c703f852c9
commit
57c3c48e6e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue