Opened 12 years ago

Closed 12 years ago

#5308 closed Bugs (fixed)

leaking pragma warning(disable ...) due to missing config_end.hpp

Reported by: tgermer@… Owned by: Ion Gaztañaga
Milestone: To Be Determined Component: interprocess
Version: Boost Development Trunk Severity: Problem
Keywords: config_end.hpp Cc:

Description

After including some interprocess-header (like <boost/interprocess/managed_windows_shared_memory.hpp>), many warnings are disabled, because #pragma warning(disable ...) is leaked from config_begin.hpp. There seem to be (at least) two "#include config_end.hpp" missing:

  • in interprocess/containers/container/detail/version_type.hpp
  • in interprocess/sync/emulation/mutex.hpp

Change History (1)

comment:1 by Ion Gaztañaga, 12 years ago

Resolution: fixed
Status: newclosed

Fixed for Boost 1.47

Note: See TracTickets for help on using tickets.