diff --git a/include/boost/thread/detail/move.hpp b/include/boost/thread/detail/move.hpp index 301e630f..b1690051 100644 --- a/include/boost/thread/detail/move.hpp +++ b/include/boost/thread/detail/move.hpp @@ -27,7 +27,7 @@ namespace boost return static_cast(t); } -#else +#endif namespace detail { @@ -67,7 +67,6 @@ namespace boost return t; } -#endif }