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)

buckets.hpp.patch (139 bytes ) - added by glynos 13 years ago.
A patch that adds the std:: namespace qualifier to ptrdiff_t

Download all attachments as: .zip

Change History (4)

by glynos, 13 years ago

Attachment: buckets.hpp.patch added

A patch that adds the std:: namespace qualifier to ptrdiff_t

comment:1 by Daniel James, 13 years ago

Status: newassigned

Thanks for the bug report. I'll fix it in the next release.

comment:2 by Daniel James, 13 years ago

(In [58402]) Add missing std:: qualifier to ptrdiff_t. Refs #3773.

comment:3 by Daniel James, 13 years ago

Resolution: fixed
Status: assignedclosed

Fixed in [58605] on release.

Note: See TracTickets for help on using tickets.