From Jason Turner

[func.wrap.func.mod]

Diff to HTML by rtfpessoa

tmp/tmpp53i90so/{from.md → to.md} RENAMED
@@ -4,12 +4,5 @@
4
  void swap(function& other) noexcept;
5
  ```
6
 
7
  *Effects:* interchanges the targets of `*this` and `other`.
8
 
9
- ``` cpp
10
- template<class F, class A>
11
- void assign(F&& f, const A& a);
12
- ```
13
-
14
- *Effects:* `function(allocator_arg, a, std::forward<F>(f)).swap(*this)`
15
-
 
4
  void swap(function& other) noexcept;
5
  ```
6
 
7
  *Effects:* interchanges the targets of `*this` and `other`.
8