Opened 10 years ago
Closed 10 years ago
#7600 closed Patches (fixed)
add_vertex ambiguous overload with named_graph
Reported by: | Owned by: | Jeremiah Willcock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | graph |
Version: | Boost 1.51.0 | Severity: | Problem |
Keywords: | graph named_graph vertex_name vertex_property | Cc: |
Description
Hello,
While trying to use a named graph with vertex names that have the same type as the vertex properties, I ran into an error. The error comes from the fact that the add_vertex overload resolution is ambiguous. The compiler can't select between the add_vertex of the named_graph and that of the PropertyGraph that is adapted by the named_graph.
A patch containing a fix is attached.
Louis Dionne
Attachments (1)
Change History (2)
by , 10 years ago
Attachment: | named_graph.patch added |
---|
comment:1 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
possible fix