$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Graham Bennett (graham-boost_at_[hidden])
Date: 2004-12-19 10:35:02
Hi,
I needed to make a change to
boost/archive/iterators/remove_whitespace.hpp in boost 1.32.0 to get it
to compile using the Roguewave standard library implementation on linux.
A patch is attached.
The problem is that on glibc 2.2-based systems /usr/include/wctype.h
defines the isw... functions as macros. The gcc standard library undefs
all these macros but RW does not, and they are not willing to change
that. A similar fix was already made in boost/regex/config/cwchar.hpp
for 1.31.0.
cheers,
Graham.
-- Graham Bennett