Opened 15 years ago

Closed 15 years ago

#1382 closed Bugs (fixed)

Missing #pragma warning(pop) in void_cast.hpp

Reported by: m.champlon@… 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)

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

Download all attachments as: .zip

Change History (2)

by m.champlon@…, 15 years ago

Attachment: void_cast.hpp.patch added

comment:1 by Robert Ramey, 15 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.