Ticket #7052: boost_1_50_0_thread_no_depr_feat_v3.patch
File boost_1_50_0_thread_no_depr_feat_v3.patch, 480 bytes (added by , 10 years ago) |
---|
-
thread.hpp
582 582 } 583 583 #endif 584 584 585 #if defined BOOST_THREAD_PROVIDES_DEPRECATED_FEATURES_SINCE_V3_0_0 585 586 inline bool thread::operator==(const thread& other) const 586 587 { 587 588 return get_id()==other.get_id(); … … 591 592 { 592 593 return get_id()!=other.get_id(); 593 594 } 595 #endif 594 596 595 597 namespace detail 596 598 {