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)
Change History (2)
by , 15 years ago
| Attachment: | pattern_except.hpp.patch added | 
|---|
comment:1 by , 15 years ago
| Milestone: | To Be Determined → Boost 1.35.0 | 
|---|---|
| Resolution: | → fixed | 
| Status: | new → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    

I believe this has already been fixed in SVN Trunk.
Thanks for the report.