$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Larry Evans (cppljevans_at_[hidden])
Date: 2006-10-21 12:11:50
On 10/21/2006 09:08 AM, Larry Evans wrote:
> Or am I missing something?
>
Judging from the apply0 test on line 60 of:
http://boost.cvs.sourceforge.net/boost/boost/libs/mpl/test/bind.cpp
apparently I am missing something. That example clearly shows
the reduction in arity from 1 to 0 (in f1 case) and 5 to 0
(in f5 case).
Sorry for noise. I still need to reread the docs and
experiment before I understand how bind works.
-regards,
Larry