tmp/tmphmgnasnz/{from.md → to.md}
RENAMED
|
@@ -1,9 +1,11 @@
|
|
| 1 |
### Native handles <a id="thread.req.native">[[thread.req.native]]</a>
|
| 2 |
|
| 3 |
Several classes described in this Clause have members
|
| 4 |
`native_handle_type` and `native_handle`. The presence of these members
|
| 5 |
-
and their semantics is *implementation-defined*.
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
|
|
|
|
|
|
| 9 |
|
|
|
|
| 1 |
### Native handles <a id="thread.req.native">[[thread.req.native]]</a>
|
| 2 |
|
| 3 |
Several classes described in this Clause have members
|
| 4 |
`native_handle_type` and `native_handle`. The presence of these members
|
| 5 |
+
and their semantics is *implementation-defined*.
|
| 6 |
+
|
| 7 |
+
[*Note 1*: These members allow implementations to provide access to
|
| 8 |
+
implementation details. Their names are specified to facilitate portable
|
| 9 |
+
compile-time detection. Actual use of these members is inherently
|
| 10 |
+
non-portable. — *end note*]
|
| 11 |
|