Commit baa8d177 authored by Dominik Charousset's avatar Dominik Charousset

Fix compiler error

parent e177410c
...@@ -65,7 +65,7 @@ public: ...@@ -65,7 +65,7 @@ public:
blocking_actor* ptr() const; blocking_actor* ptr() const;
constexpr explicit operator bool() const { inline explicit operator bool() const {
return true; return true;
} }
......
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