mirror of
https://github.com/boostorg/fiber.git
synced 2026-02-20 14:42:21 +00:00
swap() moved in correct namespace
This commit is contained in:
@@ -207,16 +207,16 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
using fibers::asym_fiber;
|
||||
|
||||
inline
|
||||
void swap( asym_fiber & l, asym_fiber & r)
|
||||
{ return l.swap( r); }
|
||||
|
||||
}
|
||||
|
||||
using fibers::asym_fiber;
|
||||
|
||||
}
|
||||
|
||||
# if defined(BOOST_MSVC)
|
||||
# pragma warning(pop)
|
||||
# endif
|
||||
|
||||
@@ -255,16 +255,16 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
using fibers::sym_fiber;
|
||||
|
||||
inline
|
||||
void swap( sym_fiber & l, sym_fiber & r)
|
||||
{ return l.swap( r); }
|
||||
|
||||
}
|
||||
|
||||
using fibers::sym_fiber;
|
||||
|
||||
}
|
||||
|
||||
# if defined(BOOST_MSVC)
|
||||
# pragma warning(pop)
|
||||
# endif
|
||||
|
||||
Reference in New Issue
Block a user