Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2008-07-01 14:44:03


Eric Niebler:
> Then get Bind working with the Phoenix/Proto placeholders.

#include <boost/is_placeholder.hpp>

namespace boost
{

template<int I> struct is_placeholder<
    phoenix::actor< phoenix::argument<I> >
>
{
    enum _vt { value = I+1 };
};

} // namespace boost


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk