From Jason Turner

[thread.thread.static]

Diff to HTML by rtfpessoa

tmp/tmpn2poayyk/{from.md → to.md} RENAMED
@@ -2,9 +2,13 @@
2
 
3
  ``` cpp
4
  unsigned hardware_concurrency() noexcept;
5
  ```
6
 
7
- *Returns:* The number of hardware thread contexts. This value should
8
- only be considered to be a hint. If this value is not computable or well
9
- defined an implementation should return 0.
 
 
 
 
10
 
 
2
 
3
  ``` cpp
4
  unsigned hardware_concurrency() noexcept;
5
  ```
6
 
7
+ *Returns:* The number of hardware thread contexts.
8
+
9
+ [*Note 1*: This value should only be considered to be a
10
+ hint. — *end note*]
11
+
12
+ If this value is not computable or well defined an implementation should
13
+ return 0.
14