30 Aug
2005
30 Aug
'05
5:43 p.m.
"Peter Dimov"
David Abrahams wrote:
"Peter Dimov"
writes: What advantages?
A mostly green text matrix on a wide variety of compilers.
If Boost.Bind isn't going to be TR1 compliant, what will John Maddock's Boost.TR1 use?
Boost.Bind doesn't support return type deduction via result_of and custom bind expressions and placeholders via is_bind_expression and is_placeholder. It implements the "portable subset" of tr1::bind. A boost::bind expression should be a valid tr1::bind expression, so it's forward compatible.
Thanks for explaining.. I guess we will want to try to make phoenix::bind usable independently from the rest of phoenix, then. -- Dave Abrahams Boost Consulting www.boost-consulting.com