Subject: [Boost-bugs] [Boost C++ Libraries] #1380: Missing #pragma warning(pop) in regex/pattern_except.hpp
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2007-10-26 11:33:00
#1380: Missing #pragma warning(pop) in regex/pattern_except.hpp
-------------------------------------+--------------------------------------
Reporter: anonymous | Owner: johnmaddock
Type: Bugs | Status: new
Milestone: To Be Determined | Component: regex
Version: Boost Development Trunk | Severity: Problem
Keywords: pragma warning pop |
-------------------------------------+--------------------------------------
The following preprocessor directives are not matched by the corresponding
warning(pop) at the end of the file :
#ifdef BOOST_MSVC
#pragma warning(push)
#pragma warning(disable : 4275)
#endif
--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1380>
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