_LIBCPP_ENABLE_CXX17_REMOVED_FEATURES
In this section:
Description
By default, the Libc++ library does not support deprecated C++17 features. To enable support for these, define the preprocessor symbol _LIBCPP_ENABLE_CXX17_REMOVED_FEATURES prior to including the relevant system header. For a list of some of these deprecated features, see Not supported C/C++ functionality.