|
16378 | 16378 | flat_set(sorted_unique_t, InputIterator first, InputIterator last,
|
16379 | 16379 | const key_compare& comp, const Allocator& a);
|
16380 | 16380 | template<class InputIterator, class Allocator>
|
16381 |
| - flat_set(sorted_unique_t, InputIterator first, InputIterator last, |
16382 |
| - const Allocator& a); |
| 16381 | + flat_set(sorted_unique_t, InputIterator first, InputIterator last, const Allocator& a); |
16383 | 16382 |
|
16384 | 16383 | flat_set(initializer_list<key_type> il, const key_compare& comp = key_compare())
|
16385 | 16384 | : flat_set(il.begin(), il.end(), comp) { }
|
|
16609 | 16608 | template<class Allocator>
|
16610 | 16609 | explicit flat_set(const Allocator& a);
|
16611 | 16610 | template<class InputIterator, class Allocator>
|
16612 |
| - flat_set(InputIterator first, InputIterator last, |
16613 |
| - const key_compare& comp, const Allocator& a); |
| 16611 | + flat_set(InputIterator first, InputIterator last, const key_compare& comp, const Allocator& a); |
16614 | 16612 | template<class InputIterator, class Allocator>
|
16615 | 16613 | flat_set(InputIterator first, InputIterator last, const Allocator& a);
|
16616 | 16614 | template<@\exposconcept{container-compatible-range}@<value_type> R, class Allocator>
|
@@ -17211,30 +17209,25 @@
|
17211 | 17209 | flat_multiset(InputIterator first, InputIterator last,
|
17212 | 17210 | const key_compare& comp, const Allocator& a);
|
17213 | 17211 | template<class InputIterator, class Allocator>
|
17214 |
| - flat_multiset(InputIterator first, InputIterator last, |
17215 |
| - const Allocator& a); |
| 17212 | + flat_multiset(InputIterator first, InputIterator last, const Allocator& a); |
17216 | 17213 | template<@\exposconcept{container-compatible-range}@<value_type> R, class Allocator>
|
17217 | 17214 | flat_multiset(from_range_t, R&& rg, const Allocator& a);
|
17218 | 17215 | template<@\exposconcept{container-compatible-range}@<value_type> R, class Allocator>
|
17219 |
| - flat_multiset(from_range_t, R&& rg, const key_compare& comp, |
17220 |
| - const Allocator& a); |
| 17216 | + flat_multiset(from_range_t, R&& rg, const key_compare& comp, const Allocator& a); |
17221 | 17217 | template<class InputIterator, class Allocator>
|
17222 | 17218 | flat_multiset(sorted_equivalent_t, InputIterator first, InputIterator last,
|
17223 | 17219 | const key_compare& comp, const Allocator& a);
|
17224 | 17220 | template<class InputIterator, class Allocator>
|
17225 |
| - flat_multiset(sorted_equivalent_t, InputIterator first, InputIterator last, |
17226 |
| - const Allocator& a); |
| 17221 | + flat_multiset(sorted_equivalent_t, InputIterator first, InputIterator last, const Allocator& a); |
17227 | 17222 | template<class Allocator>
|
17228 |
| - flat_multiset(initializer_list<key_type> il, |
17229 |
| - const key_compare& comp, const Allocator& a); |
| 17223 | + flat_multiset(initializer_list<key_type> il, const key_compare& comp, const Allocator& a); |
17230 | 17224 | template<class Allocator>
|
17231 | 17225 | flat_multiset(initializer_list<key_type> il, const Allocator& a);
|
17232 | 17226 | template<class Allocator>
|
17233 | 17227 | flat_multiset(sorted_equivalent_t, initializer_list<key_type> il,
|
17234 | 17228 | const key_compare& comp, const Allocator& a);
|
17235 | 17229 | template<class Allocator>
|
17236 |
| - flat_multiset(sorted_equivalent_t, initializer_list<key_type> il, |
17237 |
| - const Allocator& a); |
| 17230 | + flat_multiset(sorted_equivalent_t, initializer_list<key_type> il, const Allocator& a); |
17238 | 17231 | \end{itemdecl}
|
17239 | 17232 |
|
17240 | 17233 | \begin{itemdescr}
|
|
0 commit comments