Opened 13 years ago
Closed 13 years ago
#4086 closed Bugs (fixed)
Boost Graph Library examples broken
Reported by: | Owned by: | Jeremiah Willcock | |
---|---|---|---|
Milestone: | Boost 1.43.0 | Component: | graph |
Version: | Boost 1.42.0 | Severity: | Showstopper |
Keywords: | Cc: |
Description
Most of the examples of Boost Graph Library are broken. I have tested most examples with Layout Algorithms.
Seems that there is some problem with the algorithms itself.
Examples which did not work:
...\boost_1_42_0\libs\graph\example\fr_layout.cpp
Environment:
- OS: Windows XP
- Compiler: Visual Studio 2005 SP2
- Boost Version: 1.42.0
Compiler errors are attached as separate file.
Attachments (1)
Change History (3)
by , 13 years ago
Attachment: | fr_layout.cpp error.txt added |
---|
comment:1 by , 13 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in r61231.