$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [iostreams] regression - Missing include guard in boost/iostreams/device/mapped_file.hpp
From: Bjørn Roald (bjorn_at_[hidden])
Date: 2009-04-13 10:29:56
Hi,
Seems like the trunk_at_46692 commit, 25 june 2008, removed the include guard in
boost/iostreams/device/mapped_file.hpp
This breaks gcc43 compilation of sources directly including this header.
Eg. http://www.mapnik.org/ trunk code.
-- Bjørn