Closed giomasce closed 3 years ago
Forgot to say that I am using an up-to-date Debian unstable system, and compiling from a up-to-date boost repository.
This was mostly caused by changes elsewhere - now fixed in develop.
@giomasce it seems this was fixed by https://github.com/boostorg/graph_parallel/commit/a6f794d69ed7763b79500147d495b0d347afe919
Hi. I am trying to compile the example file
dijkstra_shortest_paths.cpp
, but it seems to fail. Is this a bug in the library, or is the example outdated? Or am I missing anything else?I enter the directory
libs/graph_parallel/example
, then:It seems that
relaxed_heap
was deprecated. Maybegraph_parallel
should stop making use of them? Thanks for your help.