Commit daff3591 authored by Dominik Charousset's avatar Dominik Charousset

Add missing explicit qualifier

parent 327bc7e5
...@@ -58,7 +58,7 @@ public: ...@@ -58,7 +58,7 @@ public:
// -- constructors, destructors, and assignment operators -------------------- // -- constructors, destructors, and assignment operators --------------------
action(impl_ptr ptr) noexcept : pimpl_(std::move(ptr)) { explicit action(impl_ptr ptr) noexcept : pimpl_(std::move(ptr)) {
// 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