$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jeffrey Holle (jeff.holle_at_[hidden])
Date: 2004-09-28 20:50:24
I attempted to switch from boost_1_31_0 to the CVS head available on Sun
Sep 26 20:25:26 PDT 2004.
My application uses read_graphviz to read the attached file.
When built with the CVS head boost and run, I get the message "parse
error" and a segment fault.
When build with boost 1_31_0 and run, it works fine.
digraph Components {
node [ shape = record ];
size="6,6";
0[label="0",type="Component"];
1[label="1",type="Component"];
2[label="2",type="Component"];
3[label="3",type="Component"];
4[label="4",type="Component"];
5[label="5",type="Component"];
0 -> 1[type="Association"];
1 -> 4[type="Association"];
4 -> 0[type="Association"];
2 -> 5[type="Association"];
}