From de8ef9aee4ed06cb6e3dbdc5987c8b504bc65a41 Mon Sep 17 00:00:00 2001 From: "Vicente J. Botet Escriba" Date: Mon, 19 Dec 2011 23:50:03 +0000 Subject: [PATCH] Thread: reverse part of commit r76040 which breaks msvc-10.0 [SVN r76075] --- include/boost/thread/detail/move.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 }