From: Max Motovilov (max_at_[hidden])
Date: 2004-02-25 21:50:58


"Joel de Guzman" <joel_at_[hidden]> wrote in message
news:403D5BCA.9080300_at_boost-consulting.com...

> If you want a newer technology, there's one in the boost-sandbox.
> See: boost/utility/type_deduction.hpp
> and a test program: libs/utility/type_deduction_tests.cpp.

Yep, this is another solution for part I (though the one from BLL looks
sufficient as well). Do you address part II (generic type-promoting
operators for existing templatized types) anywhere in your libraries which
are not yet part of the Boost distribution?

...Max...