[libc-commits] [libc] [libc] Create a separate proxy header for math-function-macros.h (PR #98430)

via libc-commits libc-commits at lists.llvm.org
Thu Jul 11 09:43:34 PDT 2024


================
@@ -21,7 +21,6 @@
 #if defined(__GNUC__) && !defined(__clang__)
 #define _GLIBCXX_INCLUDE_NEXT_C_HEADERS
 #endif
-#include <math.h>
----------------
lntue wrote:

`<math.h>` should be included in the overlay mode.

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


More information about the libc-commits mailing list