12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- #include <bits/c++config.h>
- #if __cplusplus >= 201103L
- # include <ccomplex>
- #endif
- #if _GLIBCXX_HAVE_COMPLEX_H
- # include_next <complex.h>
- # ifdef _GLIBCXX_COMPLEX
- # undef complex
- # endif
- #endif
- #ifndef _GLIBCXX_COMPLEX_H
- #define _GLIBCXX_COMPLEX_H 1
- #endif
|