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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user