
Steven Watanabe <watanabesj <at> gmail.com> writes:
./boost/statechart/detail/rtti_policy.hpp ./boost/statechart/detail/state_base.hpp ./boost/statechart/state_machine.hpp
All disabled warnings carry the following comment: // We permanently turn off the following level 4 warnings because users will // have to do so themselves anyway if we turn them back on The warnings in question are: # pragma warning( disable: 4511 ) // copy constructor could not be generated # pragma warning( disable: 4512 ) // assignment op could not be generated IMO, these warnings are not very useful. Users will get heaps of them when they employ the library, so disabling them permanently is a good thing. Regards, -- Andreas Huber When replying by private email, please remove the words spam and trap from the address shown in the header.