$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Turkanis (technews_at_[hidden])
Date: 2005-04-23 15:46:18
JOAQUIN LOPEZ MU?Z wrote:
> Before you do that, let me comment on this: the situation
> is probably not as bad as it seems --many libs are actually
> completely Windows-unaware and its associated tests fail
> only because they use Boost.Test, which internally includes
> some Windows headers. These libs are:
> iostreams
Iostreams uses windows.h a little bit, for file descriptors and memory mapped
files.
Jonathan