$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (doug.gregor_at_[hidden])
Date: 2005-09-10 01:08:48
Failures in the filesystem library were breaking testing on several
of our *nix machines. The problems were due to some extraneous
debugging output statements that worked only on Windows. I've checked
in the obvious fix to libs/filesystem/src/operations_posix_windows.cpp.
Doug