tmp/tmpe5bzy4mo/{from.md → to.md}
RENAMED
|
@@ -1,18 +0,0 @@
|
|
| 1 |
-
### Header `<tgmath.h>` synopsis <a id="depr.tgmath.h.syn">[[depr.tgmath.h.syn]]</a>
|
| 2 |
-
|
| 3 |
-
``` cpp
|
| 4 |
-
#include <cmath>
|
| 5 |
-
#include <complex>
|
| 6 |
-
```
|
| 7 |
-
|
| 8 |
-
The header `<tgmath.h>` behaves as if it simply includes the headers
|
| 9 |
-
`<cmath>` and `<complex>`.
|
| 10 |
-
|
| 11 |
-
[*Note 1*: The overloads provided in C by type-generic macros are
|
| 12 |
-
already provided in `<complex>` and `<cmath>` by “sufficient” additional
|
| 13 |
-
overloads. — *end note*]
|
| 14 |
-
|
| 15 |
-
[*Note 2*: Names introduced by `<cmath>` or `<complex>` in namespace
|
| 16 |
-
`std` are not placed into the global namespace scope by
|
| 17 |
-
`<tgmath.h>`. — *end note*]
|
| 18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|