$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Mark Rodgers (mark.rodgers_at_[hidden])
Date: 2000-08-03 14:46:41
I notice that functional still doesn't work with Metrowerks.
Fabrice, I've double checked the files you sent, and think I
applied your fix correctly, but can you please check it out?
What it might be is the location of
BOOST_NO_POINTER_TO_MEMBER_CONST in config.hpp. I suspect
that 0x2301 is not the correct number for __MWERKS__ in the
current version. Should it be
# if __MWERKS__ <= 0x2301
# define BOOST_NO_MEMBER_TEMPLATE_FRIENDS
# endif
# if __MWERKS__ <= XXXX
# define BOOST_NO_POINTER_TO_MEMBER_CONST
# endif
where XXXX is some other number?
Thanks,
Mark