I code in C++ on Windows, using codeblocks with g++. I have a graph defined as follow (using boost):



struct NodeData{ /*...*/ };
struct EdgeData{ /*...*/ };
typedef adjacency_list<setS,...