boostorg/graph

Improve docs for ResourceExtensionFunction in r_c_shortest_paths

andrea-cassioli-maersk opened this issue · 0 comments

The ResourceExtensionFunction in r_c_shortest_paths takes a new and an old resource container.

To me, in the docs it is unclear whether

  • the new Resource_Container is a copy of the old,
  • or a fresh one constructed via default constructor.

In the former case I do not fully see the use of the old.

Could anyone clarify this?