Opened 11 years ago
Closed 11 years ago
#6739 closed Bugs (fixed)
Cannot use write_graphviz_dp with a constified subgraph.
Reported by: | Owned by: | Jeremiah Willcock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | graph |
Version: | Boost 1.49.0 | Severity: | Problem |
Keywords: | subgraph, graphviz | Cc: |
Description
I am creating this ticket, following this question I posted on Stack Overflow, which details the problem:
http://stackoverflow.com/questions/9669109/print-a-constified-subgraph-with-write-graphviz
Excerpt: while the documentation states that write_graphviz_dp takes a constified reference to a graph, doing so when using a subgraph fails to compile.
Note:
See TracTickets
for help on using tickets.
(In [77609]) Fixed categories of property maps for subgraph based on constness of graph; fixes #6739