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: Richard Webb <richard.webb@…> 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.

Change History (1)

comment:1 by Jeremiah Willcock, 13 years ago

Resolution: fixed
Status: newclosed

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

Note: See TracTickets for help on using tickets.