Commit d1d9d0f697f26feffe06116977c7c50f81dabb94
- Diff rendering mode:
- inline
- side by side
stlport/stl/_complex.h
(6 / 0)
|   | |||
| 30 | 30 | # include <stl/_cmath.h> | |
| 31 | 31 | #endif | |
| 32 | 32 | ||
| 33 | #ifdef _STLP_WCE | ||
| 34 | // The Windows CE CRT headers define a macro to transform complex to _complex. This | ||
| 35 | // interferes with use of std::complex. | ||
| 36 | # undef complex | ||
| 37 | #endif | ||
| 38 | |||
| 33 | 39 | _STLP_BEGIN_NAMESPACE | |
| 34 | 40 | ||
| 35 | 41 | template <class _Tp> |

