Error in accessing label of an edge, urgently need help.

Hello,
I want to put edge label but facing an error. Please share any better idea.
Thanks in advance.
YASIN
=======================
My graph is:
namespace boost {
struct computable_object_t
{
typedef vertex_property_tag kind;
};
}
typedef boost::property

On Wed, 14 Dec 2011, Amanullah Yasin wrote:
BTW, you shouldn't add things to the boost namespace; property names don't
need to be in that namespace. Anyway, the code worked for me with GCC
4.6. Here's the full test program I used:
#include
participants (2)
-
Amanullah Yasin
-
Jeremiah Willcock