Opened 13 years ago
Closed 13 years ago
#3773 closed Bugs (fixed)
[unordered] Missing std:: qualifier on ptrdiff_t
Reported by: | glynos | Owned by: | Daniel James |
---|---|---|---|
Milestone: | Boost 1.42.0 | Component: | unordered |
Version: | Boost 1.41.0 | Severity: | Problem |
Keywords: | Cc: |
Description
This results in a compilation failure on QNX 6.3. I have attached a patch which has been tested which succeeds on this platform.
Attachments (1)
Change History (4)
by , 13 years ago
Attachment: | buckets.hpp.patch added |
---|
comment:1 by , 13 years ago
Status: | new → assigned |
---|
Thanks for the bug report. I'll fix it in the next release.
comment:3 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in [58605] on release.
Note:
See TracTickets
for help on using tickets.
A patch that adds the std:: namespace qualifier to ptrdiff_t