Changes between Initial Version and Version 3 of Ticket #7765


Ignore:
Timestamp:
Jan 3, 2013, 4:10:40 PM (10 years ago)
Author:
viboes
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7765

    • Property Owner set to viboes
    • Property Status newassigned
    • Property Component Nonethread
    • Property Milestone Boost 1.52.0To Be Determined
  • Ticket #7765 – Description

    initial v3  
    11Just by including <boost/thread/thread.hpp>, when I compile my program I get thoose warnings:
    22
     3
     4{{{
    35'''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]':
    46C:\Boost\boost_1_52_0/boost/thread/win32/shared_mutex.hpp:124:103:   required from here
     
    79C:\Boost\boost_1_52_0/boost/thread/win32/shared_mutex.hpp:53:52: warning: dereferencing type-punned pointer will break strict-aliasing rules
    810C:\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
    913
    1014Help please !