$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Fabrice Truillot (fte_at_[hidden])
Date: 2000-07-07 12:31:14
on 7.7.2000 5:58, David Abrahams at abrahams_at_[hidden] wrote:
> If we adopt a fix like this one, be sure to only do it for __MWERKS__ <=
> <current-version>.
> They've probably ;) fixed this bug in the next version already.
Yes. That's right. That's why I wrote in config.hpp :
# elif defined __MWERKS__
# if __MWERKS__ <= 0x2301
# define BOOST_NO_MEMBER_TEMPLATE_FRIENDS
# define BOOST_NO_POINTER_TO_MEMBER_CONST
# endif
# if __MWERKS__ >= 0x2300
# define BOOST_SYSTEM_HAS_STDINT_H
# endif
# if defined BOOST_DECL_EXPORTS
# define BOOST_DECL __declspec(dllexport)
# else
# define BOOST_DECL __declspec(dllimport)
# endif
The code in my mail was some sort of pseudo-c++-code... 8-)
Fab'
________________________________________________________________________