tmp/tmppkzjqyjw/{from.md → to.md}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
### [[diagnostics]]: diagnostics library <a id="diff.cpp03.diagnostics">[[diff.cpp03.diagnostics]]</a>
|
| 2 |
|
| 3 |
**Change:** Thread-local error numbers. **Rationale:** Support for new
|
| 4 |
thread facilities. **Effect on original feature:** Valid but
|
| 5 |
implementation-specific C++03 code that relies on `errno` being the same
|
| 6 |
-
across threads may change behavior in this
|
| 7 |
|
|
|
|
| 1 |
### [[diagnostics]]: diagnostics library <a id="diff.cpp03.diagnostics">[[diff.cpp03.diagnostics]]</a>
|
| 2 |
|
| 3 |
**Change:** Thread-local error numbers. **Rationale:** Support for new
|
| 4 |
thread facilities. **Effect on original feature:** Valid but
|
| 5 |
implementation-specific C++03 code that relies on `errno` being the same
|
| 6 |
+
across threads may change behavior in this revision of C++.
|
| 7 |
|