2
0
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:
Oliver Kowalke
2013-10-23 23:02:34 +02:00
parent 6f8d1f726d
commit efb329a9e9

View File

@@ -71,7 +71,7 @@ public:
impl_()
{}
fiber( ptr_t imp) BOOST_NOEXCEPT :
explicit fiber( ptr_t imp) BOOST_NOEXCEPT :
impl_( imp)
{}