Skip to content

Commit

Permalink
[flat.set.defn] Fix indentation (cplusplus#7059)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas-Krug authored Jun 11, 2024
1 parent 2049d3b commit fd284f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/containers.tex
Original file line number Diff line number Diff line change
Expand Up @@ -17022,7 +17022,7 @@
template<@\exposconcept{container-compatible-range}@<value_type> R, class Alloc>
flat_set(from_range_t, R&& rg, const Alloc& a);
template<@\exposconcept{container-compatible-range}@<value_type> R, class Alloc>
flat_set(from_range_t, R&& rg, const key_compare& comp, const Alloc& a);
flat_set(from_range_t, R&& rg, const key_compare& comp, const Alloc& a);
template<class Alloc>
flat_set(initializer_list<value_type> il, const Alloc& a);
template<class Alloc>
Expand Down

0 comments on commit fd284f1

Please sign in to comment.