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 anonymous, 13 years ago

Summary: operator>> for offset_ptr does not workoperator<< for offset_ptr does not work

comment:2 by anonymous, 13 years ago

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

comment:3 by Ion Gaztañaga, 12 years ago

Milestone: Boost 1.43.0Boost-1.45.0
Resolution: fixed
Status: newclosed

Fixed for Boost 1.45 in release branch

Note: See TracTickets for help on using tickets.