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