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 d9bbbe0 commit 5f50142Copy full SHA for 5f50142
groupby.hpp
@@ -81,7 +81,7 @@ class iter::impl::GroupProducer {
81
key_func{other.key_func} {}
82
83
Iterator& operator=(const Iterator& other) {
84
- if (this == &other) return *this;
+ if (this == &other) { return *this; }
85
this->sub_iter = other.sub_iter;
86
this->sub_end = other.sub_end;
87
this->item = other.item;
0 commit comments