$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Boost.Function and Boost.Bind
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-11-20 11:06:36
AMDG
Yang Zhang wrote:
> // ...but this does not compile.
> // bind(twice, bind(show, 0))();
#include <boost/bind/protect.hpp>
...
bind(twice, protect(bind(show, 0)))
In Christ,
Steven Watanabe