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:2 by , 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 , 17 years ago
Status: | assigned → closed |
---|
Note:
See TracTickets
for help on using tickets.