Graph: bug with gcc 4.1.1 and headers

28 Nov
2006
28 Nov
'06
7:31 a.m.
Problem:
transitive_closure.hpp won't compile if depth_first_search.hpp
is included before including transitive_closure.hpp . This problem
occurs when compiling with gcc 4.1.1. This problem does not occur with
gcc 3.3.5
To reproduce:
Edit example/transitive_closure.cpp and add:
#include
6688
Age (days ago)
6688
Last active (days ago)
0 comments
1 participants
participants (1)
-
Todd A. Gibson