Opened 8 years ago
Last modified 8 years ago
#10407 new Bugs
MSC Warning disable: Use pop instead push
Reported by: | anonymous | Owned by: | Beman Dawes |
---|---|---|---|
Milestone: | Boost 1.57.0 | Component: | endian |
Version: | Boost 1.56.0 | Severity: | Problem |
Keywords: | Cc: |
Description
In file endian/detail/disable_warnings_pop.hpp:
#pragma warning(push)
should be changed to
#pragma warning(pop)
This "pop" is related with "push" done in "disable_warnings.hpp"
Change History (1)
comment:1 by , 8 years ago
Milestone: | To Be Determined → Boost 1.57.0 |
---|---|
Version: | Boost 1.57.0 → Boost 1.56.0 |
Note:
See TracTickets
for help on using tickets.