From Jason Turner

[func.wrap.func.mod]

Diff to HTML by rtfpessoa

tmp/tmpe983ehk1/{from.md → to.md} RENAMED
@@ -2,7 +2,7 @@
2
 
3
  ``` cpp
4
  void swap(function& other) noexcept;
5
  ```
6
 
7
- *Effects:* Interchanges the targets of `*this` and `other`.
8
 
 
2
 
3
  ``` cpp
4
  void swap(function& other) noexcept;
5
  ```
6
 
7
+ *Effects:* Interchanges the target objects of `*this` and `other`.
8