Skip to content

Commit af4b235

Browse files
Merge pull request #4534 from corob-msft/docs/corob/build-checks-test
Test of build checks features
2 parents bf8fb5c + 23706df commit af4b235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/standard-library/cpp-standard-library-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The C++ standard defines two kinds of conforming libraries:
1212
- A *hosted implementation*, which supports all of the required standard library headers described by the C++ ISO standard.
1313
- A *freestanding implementation*, which requires only a subset of the standard library headers. The required subset is:
1414

15-
| Freestanding header subset | | |
15+
| Freestanding header subset |   |   |
1616
|--|--|--|
1717
| [`<atomic>`](../standard-library/atomic.md) (declaring at least `atomic_signed_lock_free` and `atomic_unsigned_lock_free`) | [`<cstdint>`](../standard-library/cstdint.md) | [`<ranges>`](../standard-library/ranges.md) |
1818
| [`<bit>`](../standard-library/bit.md) | [`<cstdlib>`](../standard-library/cstdlib.md) (declaring at least `abort`, `atexit`, `at_quick_exit`, `exit`, `quick_exit`) | [`<ratio>`](../standard-library/ratio.md) |

0 commit comments

Comments
 (0)