Opened 13 years ago
Closed 13 years ago
#3691 closed Bugs (fixed)
[graph] regression test failures due to missing #endif
| Reported by: | Owned by: | Andrew Sutton | |
|---|---|---|---|
| Milestone: | Boost 1.42.0 | Component: | graph |
| Version: | Boost Development Trunk | Severity: | Problem |
| Keywords: | Cc: |
Description
A bunch of regresion tests are failing on Trunk with an error about a missing #endif in graph/lookup_edge.hpp. e.g.
Looks like the #ifndef BOOST_GRAPH_LOOKUP_EDGE_HPP hasn't been closed.
Note:
See TracTickets
for help on using tickets.

Fixed in r58005.