2
0
mirror of https://github.com/boostorg/thread.git synced 2026-01-27 19:32:11 +00:00

Thread: reverse part of commit r76040 which breaks msvc-10.0

[SVN r76075]
This commit is contained in:
Vicente J. Botet Escriba
2011-12-19 23:50:03 +00:00
parent 21f75da2f6
commit de8ef9aee4

View File

@@ -27,7 +27,7 @@ namespace boost
return static_cast<Up&&>(t);
}
#else
#endif
namespace detail
{
@@ -67,7 +67,6 @@ namespace boost
return t;
}
#endif
}