$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Doug Gregor (dgregor_at_[hidden])
Date: 2004-11-22 20:36:07
On Nov 22, 2004, at 8:25 PM, TC MA wrote:
> int
> main()
> {
> using namespace boost;
> using std::string;
Move this struct...
> struct edgeStruct {
> int weight;
> };
outside of main, because of this error message:
> /home/tcma/cpp/boosttcma/libs/graph/graph_property.cpp:21:
> error: `main()::edgeStruct' uses local type
> `main()::edgeStruct'
Doug