From Jason Turner

[thread.req.native]

Diff to HTML by rtfpessoa

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*. These members allow
6
- implementations to provide access to implementation details. Their names
7
- are specified to facilitate portable compile-time detection. Actual use
8
- of these members is inherently non-portable.
 
 
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