$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (John_Maddock_at_[hidden])
Date: 2002-01-29 07:56:24
>The problem here is that even though FreeBSD's <ctype.h> defines all of
the
above functions as macros (which config/platform/bsd.hpp knows about, and
thus consequently sets BOOST_NO_CTYPE_FUNCTIONS), GCC 3.x gets rid of these
macros and makes <cctype> better behaved. I suggest the following patch to
boost/config/suffix.hpp, which has been successfully tested on the
aforementioned platform.
<
Done, thanks!
- John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/