mirror of
https://github.com/boostorg/fiber.git
synced 2026-02-17 13:42:21 +00:00
add explicit to fiber-ctor
This commit is contained in:
@@ -71,7 +71,7 @@ public:
|
||||
impl_()
|
||||
{}
|
||||
|
||||
fiber( ptr_t imp) BOOST_NOEXCEPT :
|
||||
explicit fiber( ptr_t imp) BOOST_NOEXCEPT :
|
||||
impl_( imp)
|
||||
{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user