$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2001-12-15 12:46:55
Unbelievable. This is great!
----- Original Message -----
From: "Peter Dimov" <pdimov_at_[hidden]>
> I think that a compile-time port of boost.bind would be a valuable
addition
> to MPL.
>
> See the end of the message for a starting point. This works on MSVC; a
full
> port with nested binds and a bind<> syntax (not the numbered bind0, bind1,
> ... variants) would be possible, too, and is actually not difficult on a
> conforming compiler. On MSVC it'd be a bit harder, but doable.
Interesting that even with msvc workarounds I expect the full implementation
would be smaller than the runtime version!