|
|
@@ -404,7 +404,7 @@ public:
|
|
|
* @param equal Compare function to use.
|
|
|
* @param allocator The allocator to use.
|
|
|
*/
|
|
|
- explicit dense_map(const size_type bucket_count, const hasher &hash = hasher{}, const key_equal &equal = key_equal{}, const allocator_type &allocator = allocator_type())
|
|
|
+ explicit dense_map(const size_type bucket_count, const hasher &hash = hasher{}, const key_equal &equal = key_equal{}, const allocator_type &allocator = allocator_type{})
|
|
|
: sparse{allocator, hash},
|
|
|
packed{allocator, equal},
|
|
|
threshold{default_threshold} {
|