[Boost-bugs] [Boost C++ Libraries] #1414: Warning suppression desirable for ios_state

Subject: [Boost-bugs] [Boost C++ Libraries] #1414: Warning suppression desirable for ios_state
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2007-11-06 16:54:37


#1414: Warning suppression desirable for ios_state
-------------------------------+--------------------------------------------
 Reporter: pbristow | Owner: dlwalker
     Type: Feature Requests | Status: new
Milestone: Boost 1.35.0 | Component: io
  Version: Boost 1.34.1 | Severity: Cosmetic
 Keywords: warning ios_state |
-------------------------------+--------------------------------------------
 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

--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1414>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.


This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:56 UTC