$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Caleb Epstein (caleb.epstein_at_[hidden])
Date: 2005-02-04 08:35:20
The iostreams module mapped_file.cpp fails to compile on (at least)
Solaris because it makes use of the mmap flag MAP_FILE which does not
exist on that platform. I think this should be protected in an #ifdef
MAP_FILE block or similar.
-- Caleb Epstein caleb dot epstein at gmail dot com