|
Boost Users : |
From: Steven Solie (ssolie_at_[hidden])
Date: 2003-04-04 22:44:40
The code that generates the above warning looks something like this:
Territory* t1 = new Territory(...);
Vertex vertex = add_vertex(m_graph);
put(vertex_name, m_graph, vertex, t1); // generates warning
The graph declaration looks like this:
typedef adjacency_list<vecS, vecS, undirectedS,
property<vertex_name_t, Territory*,
property<vertex_distance_t, unsigned long> > > Graph;
I don't have any problems with BGL 1.29.0 and I don't understand what
the warning is trying to tell me. Any ideas?
I'm using GCC 2.95.3 with STLport.
--Steven
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