Opened 14 years ago
Closed 14 years ago
#2460 closed Bugs (fixed)
read_dimacs.hpp missing include files
| Reported by: | Andrew Sutton | Owned by: | Andrew Sutton |
|---|---|---|---|
| Milestone: | Boost 1.38.0 | Component: | graph |
| Version: | Boost Development Trunk | Severity: | Problem |
| Keywords: | Cc: |
Description
This file does not include the correct header files for strcmp. It should include string.h (or better yet cstring). The corresponding write_dimacs.hpp might have similar problems.
Change History (1)
comment:1 by , 14 years ago
| Milestone: | To Be Determined → Boost 1.38.0 |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixed in r49563.