Opened 7 years ago
Last modified 7 years ago
#11626 new Bugs
graph: segfault with custom container example
Reported by: | Owned by: | Jeremiah Willcock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | graph |
Version: | Boost 1.55.0 | Severity: | Problem |
Keywords: | custom container | Cc: |
Description
Experimenting with using a custom container for boost graph and started with the example 'ordered_out_edges.cpp'. This example compiles fine, but has a segfault accessing string edge properties of the custom container. Back trace and other info are attached.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
backtrace, info and copied project