$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Larry Evans (cppljevans_at_[hidden])
Date: 2005-03-01 18:34:52
On 03/01/2005 03:23 PM, Larry Evans wrote:
[snip]
>
> However, the ambiguous error, concerning next, is still around,
> as shown by fold_sequence_test1.zip in the vault.
The ambiguous error was removed by removing the
using namespace boost::mpl;
statement and prefixing all the mpl names with mpl:: .