|
8126 | 8126 | hive_limits @\exposid{current-limits}@ = @\impdef@; // \expos
|
8127 | 8127 | };
|
8128 | 8128 |
|
8129 |
| - template<class InputIterator, class Allocator = allocator<@\exposid{iter-value-type}@<InputIterator>> |
| 8129 | + template<class InputIterator, class Allocator = allocator<@\exposid{iter-value-type}@<InputIterator>>> |
8130 | 8130 | hive(InputIterator, InputIterator, Allocator = Allocator())
|
8131 | 8131 | -> hive<@\exposid{iter-value-type}@<InputIterator>, Allocator>;
|
8132 | 8132 |
|
8133 |
| - template<class InputIterator, class Allocator = allocator<@\exposid{iter-value-type}@<InputIterator>> |
8134 |
| - hive(InputIterator, InputIterator, hive_limits block_limits, Allocator = Allocator()) |
8135 |
| - -> hive<@\exposid{iter-value-type}@<InputIterator>, block_limits, Allocator>; |
| 8133 | + template<class InputIterator, class Allocator = allocator<@\exposid{iter-value-type}@<InputIterator>>> |
| 8134 | + hive(InputIterator, InputIterator, hive_limits, Allocator = Allocator()) |
| 8135 | + -> hive<@\exposid{iter-value-type}@<InputIterator>, Allocator>; |
8136 | 8136 |
|
8137 | 8137 | template<ranges::@\libconcept{input_range}@ R, class Allocator = allocator<ranges::range_value_t<R>>>
|
8138 | 8138 | hive(from_range_t, R&&, Allocator = Allocator())
|
8139 | 8139 | -> hive<ranges::range_value_t<R>, Allocator>;
|
8140 | 8140 |
|
8141 | 8141 | template<ranges::@\libconcept{input_range}@ R, class Allocator = allocator<ranges::range_value_t<R>>>
|
8142 |
| - hive(from_range_t, R&&, hive_limits block_limits, Allocator = Allocator()) |
8143 |
| - -> hive<ranges::range_value_t<R>, block_limits, Allocator>; |
| 8142 | + hive(from_range_t, R&&, hive_limits, Allocator = Allocator()) |
| 8143 | + -> hive<ranges::range_value_t<R>, Allocator>; |
8144 | 8144 | }
|
8145 | 8145 | \end{codeblock}
|
8146 | 8146 |
|
|
0 commit comments