$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Boost Graph Library mysterious compile errors
From: Lindley M French (lfrench1_at_[hidden])
Date: 2009-04-28 00:41:08
Follow-up: It appears to be related to the edge_weight property.
Judging by the documentation I was under the impression that this was a default property that all edges would have. Is this not the case? How would I add it?
I already tried putting a "double edge_weight" field in my EdgeProperties struct, didn't help.