Opened 15 years ago

Closed 15 years ago

#1380 closed Bugs (fixed)

Missing #pragma warning(pop) in regex/pattern_except.hpp

Reported by: anonymous Owned by: John Maddock
Milestone: Boost 1.35.0 Component: regex
Version: Boost Development Trunk Severity: Problem
Keywords: pragma warning pop Cc:

Description

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

Attachments (1)

pattern_except.hpp.patch (474 bytes ) - added by m.champlon@… 15 years ago.

Download all attachments as: .zip

Change History (2)

by m.champlon@…, 15 years ago

Attachment: pattern_except.hpp.patch added

comment:1 by John Maddock, 15 years ago

Milestone: To Be DeterminedBoost 1.35.0
Resolution: fixed
Status: newclosed

I believe this has already been fixed in SVN Trunk.

Thanks for the report.

Note: See TracTickets for help on using tickets.