boostorg / graph

Boost.org graph module
http://boost.org/libs/graph
325 stars 208 forks source link

Restore broken test_basic_csr_directed_graph #374

Closed sehe closed 6 months ago

sehe commented 6 months ago

Works around invalidation of bundle property maps (see #373).

The #if SEHE_UNSTABLE_PROPERTY_MAPS_FIXED section is there to signal my intent to investigate a generalized fix under that issue. It doubles as literate documentation of the need for the workaround, so it's less likely to bite the unwary.

sehe commented 6 months ago

Updated for review comments https://github.com/boostorg/graph/issues/364#issuecomment-2100506381