From Jason Turner

[func.wrap.func.mod]

Diff to HTML by rtfpessoa

tmp/tmp9r8c0kk4/{from.md → to.md} RENAMED
@@ -1,8 +1,8 @@
1
- ##### `function` modifiers <a id="func.wrap.func.mod">[[func.wrap.func.mod]]</a>
2
 
3
  ``` cpp
4
  void swap(function& other) noexcept;
5
  ```
6
 
7
- *Effects:* interchanges the targets of `*this` and `other`.
8
 
 
1
+ ##### Modifiers <a id="func.wrap.func.mod">[[func.wrap.func.mod]]</a>
2
 
3
  ``` cpp
4
  void swap(function& other) noexcept;
5
  ```
6
 
7
+ *Effects:* Interchanges the targets of `*this` and `other`.
8