Boost logo

Boost Users :

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


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net