Skip to content

Commit 57c3c48

Browse files
committed
[libc++][NFC] Remove redundant comment about availability of std::format
1 parent c703f85 commit 57c3c48

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

libcxx/include/__availability

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -244,10 +244,6 @@
244244
# define _LIBCPP_AVAILABILITY_DISABLE_FTM___cpp_lib_semaphore
245245
# endif
246246

247-
// This controls the availability of the C++20 format library.
248-
// The library is in development and not ABI stable yet. P2216 is
249-
// retroactively accepted in C++20. This paper contains ABI breaking
250-
// changes.
251247
# define _LIBCPP_AVAILABILITY_FORMAT \
252248
__attribute__((unavailable))
253249
# define _LIBCPP_AVAILABILITY_DISABLE_FTM___cpp_lib_format

0 commit comments

Comments
 (0)