What is the purpose of the CPO `vertex_value`? Graph containers customize it, but it is never used: * `neighbors.hpp` and `vertexlist.hpp` mention it only in comments; * there is one usage in `bellman_ford_shortest_paths.hpp` but it is clearly a bug: https://github.com/stdgraph/graph-v2/pull/180.
What is the purpose of the CPO
vertex_value?Graph containers customize it, but it is never used:
neighbors.hppandvertexlist.hppmention it only in comments;bellman_ford_shortest_paths.hppbut it is clearly a bug: Fix Bellman with visitor #180.