From Jason Turner

[util.smartptr.weak.spec]

Diff to HTML by rtfpessoa

tmp/tmpg3j4c14f/{from.md → to.md} RENAMED
@@ -1,6 +1,6 @@
1
- ##### `weak_ptr` specialized algorithms <a id="util.smartptr.weak.spec">[[util.smartptr.weak.spec]]</a>
2
 
3
  ``` cpp
4
  template<class T>
5
  void swap(weak_ptr<T>& a, weak_ptr<T>& b) noexcept;
6
  ```
 
1
+ #### Specialized algorithms <a id="util.smartptr.weak.spec">[[util.smartptr.weak.spec]]</a>
2
 
3
  ``` cpp
4
  template<class T>
5
  void swap(weak_ptr<T>& a, weak_ptr<T>& b) noexcept;
6
  ```