
Hi Jun, Most of the BGL does not require partial specialization. vector_as_graph.hpp is an exception. I recommend that you not use vector_as_graph and use adjacency_list or something else instead. Cheers, Jeremy --On Monday, November 18, 2002 3:17 PM +0800 Jun Zhang <yg-boost-users@gmane.org> wrote:
I am a newbie from China, I am sorry about my poor English. I encountered a problem while using bgl. I need your help. and I'd like to know what compiler you are using while using bgl.
My Environment: Windows2000 + devc++4.9.6.0(it uses g++ as it's compiler) But it can't compile and run the following example: _________Example start____________
# include <deque> // to store the vertex ordering # include <vector> # include <list> # include <iostream>
# include <boost/graph/vector_as_graph.hpp>