Opened 12 years ago
Closed 10 years ago
#4517 closed Bugs (fixed)
Missing std:: qualifier to ptrdiff_t
| Reported by: | anonymous | Owned by: | chhenning | 
|---|---|---|---|
| Milestone: | Boost 1.54.0 | Component: | gil USE GITHUB | 
| Version: | Boost 1.44.0 | Severity: | Problem | 
| Keywords: | Cc: | mateusz@… | 
Description
GIL library is missing std:: qualifier to ptrdiff_t in many places:
boost\gil\algorithm.hpp boost\gil\locator.hpp boost\gil\planar_pixel_iterator.hpp
Attachments (2)
Change History (8)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
I found:
- one (line 818) of boost/gil/algorithm.hpp
- three (lines 38, 39, 40) of boost/gil/locator.hpp
- one (line 22) of boost/gil/planar_pixel_iterator.hpp
and one more (line 97) of libs/gil/example/interleaved_ptr.hpp
(Search for "<space>ptrdiff_t")
comment:3 by , 10 years ago
| Cc: | added | 
|---|
by , 10 years ago
| Attachment: | 4517-missing-std-qualifier-to-ptrdiff_t-in-headers.patch added | 
|---|
Adds missing std:: qualifier to ptrdiff_t in GIL headers only.
by , 10 years ago
| Attachment: | 4517-missing-std-qualifier-to-ptrdiff_t-in-libs.patch added | 
|---|
Adds missing std:: qualifier to ptrdiff_t in GIL tests and examples
comment:4 by , 10 years ago
| Milestone: | Boost 1.44.0 → Boost 1.54.0 | 
|---|
comment:5 by , 10 years ago
| Owner: | changed from to | 
|---|
comment:6 by , 10 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
Patches have been applied to boost trunk.
  Note:
 See   TracTickets
 for help on using tickets.
    

This seems an easy ticket to patch. Please could you provide a patch and the compiler report?