$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Paul Mensonides (pmenso57_at_[hidden])
Date: 2003-01-16 09:46:29
----- Original Message -----
From: "John Maddock" <john_maddock_at_[hidden]>
> This seems to be a problem with the PP lib and MPL, anyone any ideas?
The config should never even see the BOOST_PP_CHECK_... macros. It should
be using the Borland configuration:
#define BOOST_PP_CONFIG_FLAGS() BOOST_PP_CONFIG_BCC()
Paul Mensonides