Opened 10 years ago
Last modified 10 years ago
#7433 reopened Bugs
MSVC runtime check fix in crc
Reported by: | Owned by: | Daryle Walker | |
---|---|---|---|
Milestone: | To Be Determined | Component: | crc |
Version: | Boost 1.53.0 | Severity: | Problem |
Keywords: | Cc: |
Description
With MSVC in debug mode and runtime checks enabled, we encounter an issue in crc.hpp.
Please find attached a simple patch against boost 1.51.0 which fixes this issue.
Attachments (2)
Change History (4)
by , 10 years ago
Attachment: | crc-rtcheck-fix.diff added |
---|
comment:1 by , 10 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 10 years ago
Resolution: | invalid |
---|---|
Status: | closed → reopened |
Version: | Boost 1.51.0 → Boost 1.53.0 |
I've added another version of the patch for the current boost 1.53.0 version. Please apply.
Note:
See TracTickets
for help on using tickets.
The code of crc.hpp has changed substantially. So the patch in no longer applicable.