From Jason Turner

[func.wrap.func.alg]

Diff to HTML by rtfpessoa

tmp/tmph9pdw2j4/{from.md → to.md} RENAMED
@@ -1,6 +1,6 @@
1
- ##### specialized algorithms <a id="func.wrap.func.alg">[[func.wrap.func.alg]]</a>
2
 
3
  ``` cpp
4
  template<class R, class... ArgTypes>
5
  void swap(function<R(ArgTypes...)>& f1, function<R(ArgTypes...)>& f2) noexcept;
6
  ```
 
1
+ ##### Specialized algorithms <a id="func.wrap.func.alg">[[func.wrap.func.alg]]</a>
2
 
3
  ``` cpp
4
  template<class R, class... ArgTypes>
5
  void swap(function<R(ArgTypes...)>& f1, function<R(ArgTypes...)>& f2) noexcept;
6
  ```