$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Martin Sander (Martin.Sander_at_[hidden])
Date: 2002-04-10 08:57:18
Hi!
(I'm a newbie to boost and English is not my native language)
I changed the examples/file_dependencies.cpp from boost 1.0.27
a little bit and I think the output is wrong. The changed File
is at http://www.ebx.de/qqq.cpp (just files_e, name and used_by
are changed).
The program printed "FF" and "GG" with the same time_slot,
but they have an "Edge".
With "#if 0" instead of "#if 1" on line 106 the result get even
worse, "DD" has a lower time_slot than "GG", but "GG" depends
on "DD".
What is wrong? My code? Did I misuse the example?
M.