Opened 7 years ago
#11613 new Bugs
ptime deserialization runtime issue when using ClCompile->Optimization set to MaxSpeed.
Reported by: | Owned by: | az_sw_dude | |
---|---|---|---|
Milestone: | To Be Determined | Component: | date_time |
Version: | Boost 1.59.0 | Severity: | Problem |
Keywords: | ptime clcompile optimization | Cc: |
Description
When compiling with <ClCompile><Optimization>MaxSpeed</Optimization></ClCompile>, ptime doesn't appear to deserialize properly from a file (the internal _date field appears to be bogus). I also deserialize UUID and it appears to be fine. When I switch the Optimization to either Full or Disabled, it seems to deserialize fine.
Note:
See TracTickets
for help on using tickets.