From: Markus Werle (numerical.simulation_at_[hidden])
Date: 2008-08-25 04:27:27


Hi!

While migrating from boost::tuple to std::tr1::tuple (pain!) I have to
rewrite a lot of compile-time-magic code.
Among other things I am in need of a type info

template <typename T> struct is_tr1_tuple;

Any implementation hint or proposal welcome.

best regards,

Markus