Skip to content

Commit 1bb092d

Browse files
authored
[flat.multiset.defn] Fix indentation (#8687)
1 parent 49cc23a commit 1bb092d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/containers.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19770,7 +19770,7 @@
1977019770

1977119771
constexpr flat_multiset(sorted_equivalent_t, initializer_list<value_type> il,
1977219772
const key_compare& comp = key_compare())
19773-
: flat_multiset(sorted_equivalent, il.begin(), il.end(), comp) { }
19773+
: flat_multiset(sorted_equivalent, il.begin(), il.end(), comp) { }
1977419774

1977519775
// \ref{flat.multiset.cons.alloc}, constructors with allocators
1977619776

@@ -19977,7 +19977,7 @@
1997719977
-> flat_multiset<Key, Compare>;
1997819978

1997919979
template<class Key, class Compare = less<Key>>
19980-
flat_multiset(sorted_equivalent_t, initializer_list<Key>, Compare = Compare())
19980+
flat_multiset(sorted_equivalent_t, initializer_list<Key>, Compare = Compare())
1998119981
-> flat_multiset<Key, Compare>;
1998219982

1998319983
template<class Key, class Compare, class KeyContainer, class Allocator>

0 commit comments

Comments
 (0)