Make complex.h play nice with C
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@109791 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f3dcca049b
commit
d78b315935
@ -18,8 +18,16 @@
|
||||
|
||||
*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
#include <ccomplex>
|
||||
|
||||
#else
|
||||
|
||||
#include_next <complex.h>
|
||||
|
||||
#endif
|
||||
|
||||
#pragma GCC system_header
|
||||
|
||||
#endif // _LIBCPP_COMPLEX_H
|
||||
|
Loading…
Reference in New Issue
Block a user