Opened 13 years ago
Closed 12 years ago
#3947 closed Bugs (fixed)
operator<< for offset_ptr does not work
| Reported by: | anonymous | Owned by: | Ion Gaztañaga |
|---|---|---|---|
| Milestone: | Boost 1.45.0 | Component: | interprocess |
| Version: | Boost 1.40.0 | Severity: | Problem |
| Keywords: | interprocess | Cc: |
Description
operator>> takes a const offset_ptr but it call the non const method get_offset().
Change History (3)
comment:1 by , 13 years ago
| Summary: | operator>> for offset_ptr does not work → operator<< for offset_ptr does not work |
|---|
comment:2 by , 13 years ago
comment:3 by , 12 years ago
| Milestone: | Boost 1.43.0 → Boost-1.45.0 |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Fixed for Boost 1.45 in release branch
Note:
See TracTickets
for help on using tickets.

operator<< takes a const offset_ptr but it call the non const method get_offset().