Boost logo

Boost Users :

From: Jeremy Siek (jsiek_at_[hidden])
Date: 2002-11-18 11:14:45


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_at_[hidden]> 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>


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net