From Jason Turner

[unord.set.cnstr]

Diff to HTML by rtfpessoa

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