Opened 9 years ago
Closed 9 years ago
#8495 closed Patches (fixed)
UUID-Library emits Warning C4244 from uuid_generators.hpp
Reported by: | Owned by: | Andy Tompkins | |
---|---|---|---|
Milestone: | To Be Determined | Component: | uuid |
Version: | Boost 1.53.0 | Severity: | Optimization |
Keywords: | warning C4244 VS2005 UUID | Cc: |
Description
Due to some missing casts to smaller datatypes above warning are emitted when including uuid_generators.hpp. Attached is a patch which casts to the correct types, eliminating the warnings.
Attachments (2)
Change History (5)
by , 9 years ago
Attachment: | large_arithmetic.hpp.diff added |
---|
comment:2 by , 9 years ago
Note - I will not be changing large_arithmetic.hpp as it is not part of the uuid library.
Note:
See TracTickets
for help on using tickets.
large_arithmetic.hpp