[libcxx-commits] [libcxx] [libc++][modules] Uses _LIBCPP_USING_IF_EXISTS. (PR #90409)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Mon Apr 29 01:04:53 PDT 2024


================
@@ -8,241 +8,241 @@
 //===----------------------------------------------------------------------===//
 
 export {
-  using ::double_t;
-  using ::float_t;
+  using ::double_t _LIBCPP_USING_IF_EXISTS;
+  using ::float_t _LIBCPP_USING_IF_EXISTS;
 
-  using ::acos;
-  using ::acosf;
-  using ::acosl;
+  using ::acos _LIBCPP_USING_IF_EXISTS;
----------------
philnik777 wrote:

The functions are always available.

https://github.com/llvm/llvm-project/pull/90409


More information about the libcxx-commits mailing list