From Jason Turner

[depr.complex.h.syn]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmp1v0jw7t0/{from.md → to.md} +12 -0
tmp/tmp1v0jw7t0/{from.md → to.md} RENAMED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ### Header `<complex.h>` synopsis <a id="depr.complex.h.syn">[[depr.complex.h.syn]]</a>
2
+
3
+ ``` cpp
4
+ #include <complex>
5
+ ```
6
+
7
+ The header `<complex.h>` behaves as if it simply includes the header
8
+ `<complex>`.
9
+
10
+ [*Note 1*: Names introduced by `<complex>` in namespace `std` are not
11
+ placed into the global namespace scope by `<complex.h>`. — *end note*]
12
+