From Jason Turner

[diff.cpp20.library]

Diff to HTML by rtfpessoa

tmp/tmpr4yjsyno/{from.md → to.md} RENAMED
@@ -1,8 +1,9 @@
1
  ### [[library]]: library introduction <a id="diff.cpp20.library">[[diff.cpp20.library]]</a>
2
 
3
  **Change:** New headers. **Rationale:** New functionality. **Effect on
4
  original feature:** The following C++ headers are new: `<expected>`,
5
- `<flat_map>`, `<flat_set>`, `<generator>`, `<print>`, `<spanstream>`,
6
- `<stacktrace>`, and `<stdatomic.h>`. Valid C++20 code that `#include`s
7
- headers with these names may be invalid in this revision of C++.
 
8
 
 
1
  ### [[library]]: library introduction <a id="diff.cpp20.library">[[diff.cpp20.library]]</a>
2
 
3
  **Change:** New headers. **Rationale:** New functionality. **Effect on
4
  original feature:** The following C++ headers are new: `<expected>`,
5
+ `<flat_map>`, `<flat_set>`, `<generator>`, `<mdspan>`, `<print>`,
6
+ `<spanstream>`, `<stacktrace>`, `<stdatomic.h>`, and `<stdfloat>`. Valid
7
+ C++20 code that `#include`s headers with these names may be invalid in
8
+ this revision of C++.
9