tmp/tmpgvpzugmd/{from.md → to.md}
RENAMED
|
@@ -4,11 +4,11 @@
|
|
| 4 |
original feature:** The following C++ headers are new: `<barrier>`,
|
| 5 |
`<bit>`, `<charconv>`, `<compare>`, `<concepts>`, `<coroutine>`,
|
| 6 |
`<format>`, `<latch>`, `<numbers>`, `<ranges>`, `<semaphore>`,
|
| 7 |
`<source_location>`, `<span>`, `<stop_token>`, `<syncstream>`, and
|
| 8 |
`<version>`. Valid C++17 code that `#include`s headers with these names
|
| 9 |
-
may be invalid in this
|
| 10 |
|
| 11 |
**Change:** Remove vacuous C++ header files. **Rationale:** The empty
|
| 12 |
headers implied a false requirement to achieve C compatibility with the
|
| 13 |
C++ headers. **Effect on original feature:** A valid C++17 program that
|
| 14 |
`#include`s any of the following headers may fail to compile:
|
|
|
|
| 4 |
original feature:** The following C++ headers are new: `<barrier>`,
|
| 5 |
`<bit>`, `<charconv>`, `<compare>`, `<concepts>`, `<coroutine>`,
|
| 6 |
`<format>`, `<latch>`, `<numbers>`, `<ranges>`, `<semaphore>`,
|
| 7 |
`<source_location>`, `<span>`, `<stop_token>`, `<syncstream>`, and
|
| 8 |
`<version>`. Valid C++17 code that `#include`s headers with these names
|
| 9 |
+
may be invalid in this revision of C++.
|
| 10 |
|
| 11 |
**Change:** Remove vacuous C++ header files. **Rationale:** The empty
|
| 12 |
headers implied a false requirement to achieve C compatibility with the
|
| 13 |
C++ headers. **Effect on original feature:** A valid C++17 program that
|
| 14 |
`#include`s any of the following headers may fail to compile:
|