We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b285ed2 commit a9c719aCopy full SHA for a9c719a
accumulate.hpp
@@ -82,8 +82,8 @@ class iter::impl::Accumulator {
82
return *this;
83
}
84
85
- Iterator(Iterator&&) noexcept = default;
86
- Iterator& operator=(Iterator&&) noexcept = default;
+ Iterator(Iterator&&) = default;
+ Iterator& operator=(Iterator&&) = default;
87
88
const AccumVal& operator*() const {
89
return *this->acc_val;
0 commit comments