I'm now getting the following warning from BGL 1.30.0:
/gg/boost/boost/pending/property.hpp:71: warning: sorry: semantics of inline function static data `const bool match' are wrong (you'll wind up with multiple copies)
/gg/boost/boost/pending/property.hpp:71: warning: you can work around this by removing the initializer
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