2
0
mirror of https://github.com/boostorg/thread.git synced 2026-01-24 06:22:12 +00:00

Added patch from issue #4305 --- limit SunCC workarounds to older versions

[SVN r62601]
This commit is contained in:
Anthony Williams
2010-06-08 21:39:56 +00:00
parent 7a8ed98eb5
commit 97d6249f3b

View File

@@ -149,7 +149,7 @@ namespace boost
#endif
struct dummy;
public:
#ifdef __SUNPRO_CC
#if BOOST_WORKAROUND(__SUNPRO_CC, < 0x5100)
thread(const volatile thread&);
#endif
thread();
@@ -219,7 +219,7 @@ namespace boost
x->thread_info.reset();
}
#ifdef __SUNPRO_CC
#if BOOST_WORKAROUND(__SUNPRO_CC, < 0x5100)
thread& operator=(thread x)
{
swap(x);