From Jason Turner

[util.smartptr.shared.spec]

Diff to HTML by rtfpessoa

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