Boost logo

Boost :

From: Kevin S. Van Horn (kevin_vanhorn_at_[hidden])
Date: 2001-04-03 10:28:30


Using gcc 2.95.2 on Linux with boost 1.2.1, I got an error on line 172 of
reverse_graph.hpp:

      typedef property_map<Graph, Tag> PMap;

The error seemed to indicate that the compiler didn't know what
property_map was. I fixed the problem in my own copy by adding

#include <boost/graph/properties.hpp>

at the top of reverse_graph.hpp.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk