Make filtered_graph conditionally model the underlying graph#396
Make filtered_graph conditionally model the underlying graph#396tsnorri wants to merge 1 commit intoboostorg:developfrom
Conversation
– According to filtered_graph's documentation, the refinements of the model of the underlying graph are optional.
|
Thanks for this, but I'm afraid I don't really understand what it is doing or why it is a good thing. :) |
|
Right, I was quite terse, sorry about that. The issue is with adapting an existing graph type I think that this is something that should be fixed in Defining the types required by each of the graph concepts in BGL in the |
According to
filtered_graph's documentation, the refinements of the model of the underlying graph are optional.