From Jason Turner

[thread.thread.algorithm]

Diff to HTML by rtfpessoa

tmp/tmplcmv0sgm/{from.md → to.md} RENAMED
@@ -2,7 +2,7 @@
2
 
3
  ``` cpp
4
  void swap(thread& x, thread& y) noexcept;
5
  ```
6
 
7
- *Effects:* `x.swap(y)`
8
 
 
2
 
3
  ``` cpp
4
  void swap(thread& x, thread& y) noexcept;
5
  ```
6
 
7
+ *Effects:* As if by `x.swap(y)`.
8