Ticket #1640: thread4512.patch

File thread4512.patch, 1.1 KB (added by Richard Webb <richard.webb@…>, 15 years ago)
  • detail/move.hpp

     
    2222            {
    2323                return &t;
    2424            }
     25
     26        private:
     27            thread_move_t& operator= (const thread_move_t&);
    2528        };
    2629    }
    2730   
  • win32/condition_variable.hpp

     
    108108                    }
    109109                   
    110110                }
     111            private:
     112                relocker& operator=(const relocker&);
    111113            };
    112114           
    113115
  • win32/once.hpp

     
    4646            {
    4747                BOOST_VERIFY(win32::ReleaseMutex(mutex_handle)!=0);
    4848            }
     49        private:
     50            win32_mutex_scoped_lock& operator=(const win32_mutex_scoped_lock&);
    4951        };
    5052
    5153#ifdef BOOST_NO_ANSI_APIS