tmp/tmpdgvtoqjt/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
### Clause [[input.output]]: input/output library <a id="diff.cpp11.input.output">[[diff.cpp11.input.output]]</a>
|
| 2 |
+
|
| 3 |
+
[[c.files]] **Change:** `gets` is not defined. **Rationale:** Use of
|
| 4 |
+
`gets` is considered dangerous. **Effect on original feature:** Valid
|
| 5 |
+
C++11code that uses the `gets` function may fail to compile in this
|
| 6 |
+
International Standard.
|
| 7 |
+
|