diff --git a/boost/fiber/asym_fiber.hpp b/boost/fiber/asym_fiber.hpp index b74cc79a..8846808d 100644 --- a/boost/fiber/asym_fiber.hpp +++ b/boost/fiber/asym_fiber.hpp @@ -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 diff --git a/boost/fiber/sym_fiber.hpp b/boost/fiber/sym_fiber.hpp index 148f9581..5ea7fa3a 100644 --- a/boost/fiber/sym_fiber.hpp +++ b/boost/fiber/sym_fiber.hpp @@ -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