[Boost-bugs] [Boost C++ Libraries] #10407: MSC Warning disable: Use pop instead push

Subject: [Boost-bugs] [Boost C++ Libraries] #10407: MSC Warning disable: Use pop instead push
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-08-27 06:27:03


#10407: MSC Warning disable: Use pop instead push
------------------------------+------------------------
 Reporter: anonymous | Owner: bemandawes
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: endian
  Version: Boost 1.57.0 | Severity: Problem
 Keywords: |
------------------------------+------------------------
 In file endian/detail/disable_warnings_pop.hpp:

 {{{
 #pragma warning(push)
 }}}
  should be changed to

 {{{
 #pragma warning(pop)
 }}}

 This "pop" is related with "push" done in "disable_warnings.hpp"

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/10407>
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:50:16 UTC