Opened 15 years ago
Closed 15 years ago
#1382 closed Bugs (fixed)
Missing #pragma warning(pop) in void_cast.hpp
Reported by: | Owned by: | Robert Ramey | |
---|---|---|---|
Milestone: | To Be Determined | Component: | serialization |
Version: | Boost 1.34.1 | 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: | void_cast.hpp.patch added |
---|
comment:1 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.