From: Arkadiy Vertleyb (vertleyb_at_[hidden])
Date: 2004-07-23 08:23:57


"Andy Little" <andy_at_[hidden]> wrote

> ...I think spirit and lambda already have their own type
> deduction schemes, making it easy to implement there.

I am unaware of such schemes.

> The "User interface" seems to be the part that is lacking at the
moment...
> but I guess thats old news.

The "User interface", at the moment, consists of 5 (pretty easy to use, I
think) macros:

BOOST_TYPEOF(expr)
BOOST_AUTO(var, expr)
BOOST_TYPEOF_PRESERVE_LVALUE(expr)

BOOST_TYPEOF_REGISTER_TYPE(T)
BOOST_TYPEOF_REGISTER_TEMPLATE(Name, nParams)

and whatever we deside to go with in terms of ID generation.

What exactly is lacking?

Arkadiy