Opened 5 years ago

Last modified 4 years ago

#13359 new Bugs

windows_intermodule_singleton.hpp line 118, for version 1.62 throws warning error for possible loss of data

Reported by: anonymous Owned by: Ion Gaztañaga
Milestone: To Be Determined Component: interprocess
Version: Boost 1.62.0 Severity: Cosmetic
Keywords: vs12 warning Cc:

Description

It happens for vs12 compiler, for windows_intermodule_singleton.hpp line 118. Fix is simple, just mask it appropriately: initial_count = boost::uint32_t(caster.addr_uint64 & 0xFFFFFFFF);

Change History (1)

comment:1 by John Maddock, 4 years ago

Component: Noneinterprocess
Owner: set to Ion Gaztañaga
Note: See TracTickets for help on using tickets.