diff --git a/source/containers.tex b/source/containers.tex index 148d3de34e..d2db2ed385 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -15233,7 +15233,7 @@ const allocator_type& a) : unordered_multiset(il, n, hasher(), key_equal(), a) { } constexpr unordered_multiset(initializer_list il, size_type n, const hasher& hf, - const allocator_type& a) + const allocator_type& a) : unordered_multiset(il, n, hf, key_equal(), a) { } constexpr ~unordered_multiset(); constexpr unordered_multiset& operator=(const unordered_multiset&);