Opened 21 years ago

Closed 17 years ago

#73 closed Bugs (Postponed)

no conversion from type to const_type

Reported by: ksvanhorn Owned by: Douglas Gregor
Milestone: Component: graph
Version: None Severity:
Keywords: Cc:

Description

Apparently there is no conversion from
boost::property_map<Graph, Tag>::type to
boost::property_map<Graph, Tag>::const_type, contrary
to what anyone experienced with conversions of
T& to T const &, T * to T const *, and mutable to
immutable iterators would expect.

Change History (3)

comment:1 by Douglas Gregor, 18 years ago

Logged In: YES 
user_id=249098

This actually turns out to be a bit hard, if only because we didn't do it in 
the first place. I'm postponing this and adding it to the challenge list.

comment:2 by Markus Schöpflin, 17 years ago

Logged In: YES 
user_id=91733

Closing the bug report as the request has been added to the
challenges list of the BGL.

comment:3 by Markus Schöpflin, 17 years ago

Status: assignedclosed
Note: See TracTickets for help on using tickets.