commit | aaaa52bd6640c52437d10c35661fc87d1657da5a | [log] [tgz] |
---|---|---|
author | Howard Hinnant <hhinnant@apple.com> | Mon Oct 17 20:05:10 2011 +0000 |
committer | Howard Hinnant <hhinnant@apple.com> | Mon Oct 17 20:05:10 2011 +0000 |
tree | a24953b1e276f3eeec6145905bb5284f75019d8b | |
parent | 8b17a443d806bbcf1c7a70b3a890e3d1d7abc31a [diff] [blame] |
Windows support by Ruben Van Boxem. llvm-svn: 142235 Cr-Mirrored-From: sso://chromium.googlesource.com/_direct/external/github.com/llvm/llvm-project Cr-Mirrored-Commit: 073458b1ab5489dce6f2ec789889c377b690ccf4
diff --git a/include/cmath b/include/cmath index f8bc0df..bc3151b 100644 --- a/include/cmath +++ b/include/cmath
@@ -301,7 +301,9 @@ #include <math.h> #include <type_traits> +#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) #pragma GCC system_header +#endif // signbit