From Jason Turner

[unord.multiset.cnstr]

Diff to HTML by rtfpessoa

tmp/tmpdsu075m_/{from.md → to.md} RENAMED
@@ -1,6 +1,6 @@
1
- #### `unordered_multiset` constructors <a id="unord.multiset.cnstr">[[unord.multiset.cnstr]]</a>
2
 
3
  ``` cpp
4
  unordered_multiset() : unordered_multiset(size_type(see below)) { }
5
  explicit unordered_multiset(size_type n,
6
  const hasher& hf = hasher(),
 
1
+ #### Constructors <a id="unord.multiset.cnstr">[[unord.multiset.cnstr]]</a>
2
 
3
  ``` cpp
4
  unordered_multiset() : unordered_multiset(size_type(see below)) { }
5
  explicit unordered_multiset(size_type n,
6
  const hasher& hf = hasher(),