Boost C++ Libraries: Ticket #1380: Missing #pragma warning(pop) in regex/pattern_except.hpp https://svn.boost.org/trac10/ticket/1380 <p> 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 </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1380 Trac 1.4.3 m.champlon@… Fri, 26 Oct 2007 11:33:42 GMT attachment set https://svn.boost.org/trac10/ticket/1380 https://svn.boost.org/trac10/ticket/1380 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">pattern_except.hpp.patch</span> </li> </ul> Ticket John Maddock Thu, 01 Nov 2007 17:19:45 GMT status, milestone changed; resolution set https://svn.boost.org/trac10/ticket/1380#comment:1 https://svn.boost.org/trac10/ticket/1380#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.35.0</span> </li> </ul> <p> I believe this has already been fixed in SVN Trunk. </p> <p> Thanks for the report. </p> Ticket