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