Skip to content

Commit 43aa85c

Browse files
author
Colin Robertson
committed
Merge content changes
1 parent 0d45b57 commit 43aa85c

File tree

4 files changed

+8
-14
lines changed

4 files changed

+8
-14
lines changed

docs/standard-library/ccomplex.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ Includes the C++ standard library header [\<complex>](complex.md).
1212
> [!NOTE]
1313
> The C standard library \<complex.h> header isn't included by \<ccomplex>, because it's effectively replaced by the C++ overloads in \<complex> and \<cmath>. That makes the \<ccomplex> header redundant. The \<complex.h> header is deprecated in C++. The \<ccomplex> header is deprecated in C++17 and removed in the draft C++20 standard.
1414
15-
## Syntax
15+
## Requirements
1616

17-
```cpp
18-
#include <ccomplex>
19-
```
17+
**Header:** \<ccomplex>
18+
19+
**Namespace:** std
2020

2121
## Remarks
2222

docs/standard-library/ciso646.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ Includes the C standard library header \<iso646.h>, and adds the associated name
1212
> [!NOTE]
1313
> Because this compatibility header defines names that are keywords in C++, including it has no effect. The \<iso646.h> header is deprecated in C++. The \<ciso646> header is removed in the draft C++20 standard.
1414
15-
> [!NOTE]
16-
> Use of this header is unnecessary in C++.
17-
1815
## Requirements
1916

2017
**Header:** \<ciso646>

docs/standard-library/cstdalign.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ In some C++ standard library implementations, this header includes the C standar
1212
> [!NOTE]
1313
> Because the \<stdalign.h> header defines macros that are keywords in C++, including it has no effect. The \<stdalign.h> header is deprecated in C++. The \<cstdalign> header is deprecated in C++17 and removed in the draft C++20 standard.
1414
15-
## Syntax
15+
## Requirements
1616

17-
```cpp
18-
#include <cstdalign>
19-
```
17+
**Header:** \<cstdalign>
18+
19+
**Namespace:** std
2020

2121
## Macros
2222

docs/standard-library/cstdbool.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ Includes the C standard library header \<stdbool.h> and adds the associated name
1212
> [!NOTE]
1313
> Because the \<stdbool.h> header defines macros that are keywords in C++, including it has no effect. The \<stdbool.h> header is deprecated in C++. The \<cstdbool> header is deprecated in C++17 and removed in the draft C++20 standard.
1414
15-
> [!NOTE]
16-
> This header has been deprecated in C++ 17.
17-
1815
## Requirements
1916

2017
**Header:** \<cstdbool>

0 commit comments

Comments
 (0)