Skip to content

Commit 98ce5ac

Browse files
authored
[unord.multiset.overview] Fix indentation (#8528)
1 parent 9ddf7e6 commit 98ce5ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/containers.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15233,7 +15233,7 @@
1523315233
const allocator_type& a)
1523415234
: unordered_multiset(il, n, hasher(), key_equal(), a) { }
1523515235
constexpr unordered_multiset(initializer_list<value_type> il, size_type n, const hasher& hf,
15236-
const allocator_type& a)
15236+
const allocator_type& a)
1523715237
: unordered_multiset(il, n, hf, key_equal(), a) { }
1523815238
constexpr ~unordered_multiset();
1523915239
constexpr unordered_multiset& operator=(const unordered_multiset&);

0 commit comments

Comments
 (0)