Skip to content

Commit fd284f1

Browse files
authored
[flat.set.defn] Fix indentation (#7059)
1 parent 2049d3b commit fd284f1

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
@@ -17022,7 +17022,7 @@
1702217022
template<@\exposconcept{container-compatible-range}@<value_type> R, class Alloc>
1702317023
flat_set(from_range_t, R&& rg, const Alloc& a);
1702417024
template<@\exposconcept{container-compatible-range}@<value_type> R, class Alloc>
17025-
flat_set(from_range_t, R&& rg, const key_compare& comp, const Alloc& a);
17025+
flat_set(from_range_t, R&& rg, const key_compare& comp, const Alloc& a);
1702617026
template<class Alloc>
1702717027
flat_set(initializer_list<value_type> il, const Alloc& a);
1702817028
template<class Alloc>

0 commit comments

Comments
 (0)