Changes between Initial Version and Version 3 of Ticket #7765
- Timestamp:
- Jan 3, 2013, 4:10:40 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7765
- Property Owner set to
- Property Status new → assigned
- Property Component None → thread
- Property Milestone Boost 1.52.0 → To Be Determined
-
Ticket #7765 – Description
initial v3 1 1 Just by including <boost/thread/thread.hpp>, when I compile my program I get thoose warnings: 2 2 3 4 {{{ 3 5 '''C:\Boost\boost_1_52_0/boost/thread/win32/shared_mutex.hpp: In instantiation of 'T boost::shared_mutex::interlocked_compare_exchange(T*, T, T) [with T = boost::shared_mutex::state_data]': 4 6 C:\Boost\boost_1_52_0/boost/thread/win32/shared_mutex.hpp:124:103: required from here … … 7 9 C:\Boost\boost_1_52_0/boost/thread/win32/shared_mutex.hpp:53:52: warning: dereferencing type-punned pointer will break strict-aliasing rules 8 10 C:\Boost\boost_1_52_0/boost/thread/win32/shared_mutex.hpp:53:52: warning: dereferencing type-punned pointer will break strict-aliasing rules''' 11 }}} 12 9 13 10 14 Help please !