$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: shiwei xu (xushiweizh_at_[hidden])
Date: 2008-04-30 15:27:37
On Wed, Apr 30, 2008 at 12:16 PM, Steven Watanabe <watanabesj_at_[hidden]>
wrote:
> > Done. See http://svn.boost.org/trac/boost/changeset/4493
>
> boost/config.hpp provides BOOST_NO_PARTIAL_SPECIAILIZATION
>
I know that. But boost can't be complied by VC++ 6.0. So I don't include any
boost header files.
>
> Your macros, should all be prefixed with BOOST_MEMORY to avoid
> conflicts.
>
Of course. I will do this when I have time.