$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Never mind ...
From: Eric Fowler (eric.fowler_at_[hidden])
Date: 2010-05-12 03:04:11
bool b_eric_is_a_numnut;
MYEDGEPROPS my_edge_props( param );
tie(e01, b_eric_is_a_numnut) = add_edge(v0, v1, my_edge_props, my_graph);
All I needed. It was the return, not the parameter.
Thanks.
Eric