Ticket #4305: thread.diff

File thread.diff, 625 bytes (added by Marshall Clow, 12 years ago)
  • boost/thread/detail/thread.hpp

     
    147147#endif
    148148        struct dummy;
    149149    public:
    150 #ifdef __SUNPRO_CC
     150#if BOOST_WORKAROUND(__SUNPRO_CC, < 0x5100)
    151151        thread(const volatile thread&);
    152152#endif
    153153        thread();
     
    217217            x->thread_info.reset();
    218218        }
    219219       
    220 #ifdef __SUNPRO_CC
     220#if BOOST_WORKAROUND(__SUNPRO_CC, < 0x5100)
    221221        thread& operator=(thread x)
    222222        {
    223223            swap(x);