From: Jared McIntyre (jmcintyre_at_[hidden])
Date: 2007-05-23 13:29:12


Johan Torp <johan.torp <at> gmail.com> writes:

> Do you think this is general and useful enough to be included in boost
> slots and signals?

I can't really say whether it belongs in the slots and signals library, but it
certainly has a great deal of utility. It would be particularly interesting if
you could figure out a way to expose other operators if they were supported by
the wrapped type. So if it is a number, you could do +=, etc.

Jared