
22 Nov
2004
22 Nov
'04
6:36 p.m.
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