We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c703f85 commit 57c3c48Copy full SHA for 57c3c48
libcxx/include/__availability
@@ -244,10 +244,6 @@
244
# define _LIBCPP_AVAILABILITY_DISABLE_FTM___cpp_lib_semaphore
245
# endif
246
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.
251
# define _LIBCPP_AVAILABILITY_FORMAT \
252
__attribute__((unavailable))
253
# define _LIBCPP_AVAILABILITY_DISABLE_FTM___cpp_lib_format
0 commit comments