$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Boost.Graph set of edges
From: Daniel James (daniel_james_at_[hidden])
Date: 2009-03-16 14:04:03
2009/3/15 Juan Antonio Farré Basurte <jafb_at_[hidden]>:
> I'm personally using edge descriptors as keys for a map type and it works (I
> use version 1.38).
> Vertex descriptors also work with boost::unordered_map, but the sad thing is
> that edge descriptors don't work with it, and it'd be nice.
Do they work with the attached patch?
Daniel