2
0
mirror of https://github.com/boostorg/thread.git synced 2026-02-21 03:22:10 +00:00

Thread: merge fix for msvc 8/9 regression.

[SVN r84870]
This commit is contained in:
Vicente J. Botet Escriba
2013-06-21 23:10:48 +00:00
parent fe8991b7fa
commit 6225c8309a

View File

@@ -23,7 +23,7 @@
CLASS& operator=(CLASS const&) = delete;
#else // BOOST_NO_CXX11_DELETED_FUNCTIONS
#if defined(BOOST_MSVC)
#if defined(BOOST_MSVC) && _MSC_VER >= 1600
#define BOOST_THREAD_DELETE_COPY_CTOR(CLASS) \
private: \
CLASS(CLASS const&); \