Skip to content

Commit e5e1dcd

Browse files
committed
makes comb_w_repl impl class move-only
1 parent 3666238 commit e5e1dcd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

combinations_with_replacement.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ class iter::impl::CombinatorWithReplacement {
4444
using CombIteratorDeref = IterIterWrapper<IndexVector>;
4545

4646
public:
47+
CombinatorWithReplacement(CombinatorWithReplacement&&) = default;
4748
class Iterator
4849
: public std::iterator<std::input_iterator_tag, CombIteratorDeref> {
4950
private:

0 commit comments

Comments
 (0)