$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Stefan Slapeta (stefan_at_[hidden])
Date: 2004-11-30 11:37:26
Peter Dimov wrote:
>
> [many things]
>
Thanks for the detailed explanation.
> The problem on Boost.Bind's side is that it recognizes placeholders by
> their exact type, rather than using an is_placeholder metafunction, as
> specified in TR1. So it can only work with its own placeholders.
>
A naive question: Is this something that _could_ be changed without
changing the library interface or not?
Stefan