25 Aug
2008
25 Aug
'08
8:27 a.m.
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