Annex D (normative)
Compatibility features
[depr]
D.6
C standard library headers
[depr.c.headers]
D.6.1
Header
<complex.h>
synopsis
[depr.complex.h.syn]
#include <complex>
1
#
The header
<complex.h>
behaves as if it simply includes the header
<complex>
(
[complex.syn]
)
.
2
#
[
Note
:
Names introduced by
<complex>
in namespace
std
are not placed into the global namespace scope by
<complex.h>
.
—
end note
]