Lines Matching refs:library
20 // library on macOS, iOS and other Apple platforms. In order for users to be
24 // symbol in the library.
27 // introduced in a previously released library is used in a program that targets
28 // that previously released library. Normally, this would be a load-time error
29 // when one tries to launch the program against the older library.
31 // For example, the filesystem library was introduced in the dylib in macOS 10.15.
41 // the library (see below). Whenever a new feature is added that requires support
42 // in the shared library, a macro should be added below to mark this feature
44 // shared library, they can update the markup appropriately.
46 // Furthermore, many features in the standard library have corresponding
56 // a platform (i.e. as a system library), and so vendors that want them should
70 // Availability markup is disabled when building the library, or when the compiler
91 // other exception types. These were put in the shared library to prevent
142 // This controls the availability of the C++20 synchronization library,
143 // which requires shared library support for various operations
152 // This controls the availability of the C++20 format library.
153 // The library is in development and not ABI stable yet. P2216 is
160 // provided by the library.
169 // to the compiler to tell the library not to define its own verbose abort.