Opened 10 years ago
Closed 6 years ago
#8286 closed Bugs (fixed)
boost::program_options headers leak warning settings (MSVC)
Reported by: | Owned by: | Vladimir Prus | |
---|---|---|---|
Milestone: | To Be Determined | Component: | program_options |
Version: | Boost 1.52.0 | Severity: | Problem |
Keywords: | Cc: |
Description
parsers.hpp and variables_map.hpp which do a pragma warning(push) without a corresponding pop.
This leaves warning C4251 disabled, which is a level 1 warning for the following user code.
Note:
See TracTickets
for help on using tickets.
This was fixed long ago