id summary reporter owner description type status milestone component version severity resolution keywords cc 1414 Warning suppression desirable for ios_state Paul A. Bristow Daryle Walker "It is most desirable for this warning to be suppressed to allow use at MSVC level 4 without several warnings - that I am confident are not helpful. #ifndef BOOST_IO_IOS_STATE_HPP #define BOOST_IO_IOS_STATE_HPP #if defined (_MSC_VER) # pragma warning (push) # pragma warning(disable : 4512) // assignment operator could not be generated #endif and at the end #if defined (_MSC_VER) # pragma warning (pop) #endif" Feature Requests closed Boost 1.36.0 io Boost 1.34.1 Cosmetic fixed warning ios_state