$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Daniel Wallin (dalwan01_at_[hidden])
Date: 2006-06-01 04:40:23
Cromwell Enage wrote:
> --- Daniel Wallin wrote:
>> Are you sure you have your working copy up to date?
>> The tests all pass on my machine.
>
> Okay, somehow I didn't update preprocessor.cpp along
> with the rest of the tree. I got that fixed and now
> the test program works.
>
> My own code is using outdated syntax. Looks like I
> have to add those default values into my
> BOOST_PARAMETER_FUNCTION calls.
Right. The older syntax is still supported, but with new names:
BOOST_PARAMETER_BASIC_*
-- Daniel Wallin