Boost logo

Boost :

From: J-S Lin (jslin_at_[hidden])
Date: 2003-03-12 12:29:32


Hi, I ran into problems trying to compile the BGL example code, edge_connectivity.cpp. (There are two codes, this is the short one with underscore, the other is hyphen edge-connectivity.) I used VC7. I have been running other codes without any problem.

Basically, I got two errors:
1)C1076--I have changed from /Gm to /Zm1000, and it went way.
2) C2039--it flagged error "reference is not a member of property map" and points to boost/property_map.hpp in boost-1-29-0. I have no idea how to fix this one.

I did not change the code except to add
 #include <vector> since the code uses
 std::vector<edge_descriptor> disconnecting_set.

Thanks.

J-S Lin
Civil & Environ. Eng. Dept
University of Pittsburgh



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