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.