فهرست منبع

Make complex.h play nice with C

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@109791 91177308-0d34-0410-b5e6-96231b3b80d8
Howard Hinnant 15 سال پیش
والد
کامیت
d78b315935
1فایلهای تغییر یافته به همراه8 افزوده شده و 0 حذف شده
  1. 8 0
      include/complex.h

+ 8 - 0
include/complex.h

@@ -18,8 +18,16 @@
 
 */
 
+#ifdef __cplusplus
+
 #include <ccomplex>
 
+#else
+
+#include_next <complex.h>
+
+#endif
+
 #pragma GCC system_header
 
 #endif  // _LIBCPP_COMPLEX_H