Opened 13 years ago
Closed 13 years ago
#3024 closed Bugs (fixed)
[graph] core_numbers_test regression test failure in Mingw 4.4.0
| Reported by: | Owned by: | Douglas Gregor | |
|---|---|---|---|
| Milestone: | Boost 1.40.0 | Component: | graph | 
| Version: | Boost Development Trunk | Severity: | Problem | 
| Keywords: | Cc: | 
Description
The 'core_numbers' regression test is failing in Mingw/GCC 4.4 (http://tinyurl.com/o2vx7g) with errors about printf being undefined.
Adding an #include <stdio.h> to core_numbers_test.cpp allows the test to pass.
  Note:
 See   TracTickets
 for help on using tickets.
    

(In [52980]) Added <stdio.h>, fixes #3024