Commit 48a8d9de authored by Dominik Charousset's avatar Dominik Charousset

Fix reorder warning

parent 85144f9d
...@@ -45,8 +45,8 @@ public: ...@@ -45,8 +45,8 @@ public:
stream_source_impl(scheduled_actor* self, Ts&&... xs) stream_source_impl(scheduled_actor* self, Ts&&... xs)
: stream_manager(self), : stream_manager(self),
super(self), super(self),
at_end_(false), driver_(std::forward<Ts>(xs)...),
driver_(std::forward<Ts>(xs)...) { at_end_(false) {
// nop // nop
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment