mirror of
https://github.com/boostorg/fiber.git
synced 2026-02-03 09:02:17 +00:00
remove unnecessary fiber ctor
This commit is contained in:
@@ -64,10 +64,6 @@ public:
|
||||
impl_( 0)
|
||||
{}
|
||||
|
||||
explicit fiber( detail::worker_fiber * imp) BOOST_NOEXCEPT :
|
||||
impl_( imp)
|
||||
{}
|
||||
|
||||
#ifndef BOOST_NO_RVALUE_REFERENCES
|
||||
#ifdef BOOST_MSVC
|
||||
typedef void ( * fiber_fn)();
|
||||
|
||||
Reference in New Issue
Block a user