2
0
mirror of https://github.com/boostorg/thread.git synced 2026-01-30 20:32:10 +00:00

Thread: Apply patch for 6931.

[SVN r80474]
This commit is contained in:
Vicente J. Botet Escriba
2012-09-09 19:25:03 +00:00
parent dafe4bea1a
commit a56358c8f8

View File

@@ -299,7 +299,7 @@ namespace boost
}
}
#if defined(BOOST_MSVC) && (_MSC_VER>=1400) && !defined(UNDER_CE)
#if (defined(BOOST_MSVC) || defined(BOOST_INTEL_WIN)) && (_MSC_VER>=1400) && !defined(UNDER_CE)
namespace boost
{
@@ -332,7 +332,7 @@ namespace boost
}
}
#define BOOST_THREAD_BTS_DEFINED
#elif (defined(BOOST_MSVC) || defined(BOOST_INTEL_WIN)) && defined(_M_IX86)
#elif defined(BOOST_MSVC) && defined(_M_IX86)
namespace boost
{
namespace detail