14 Nov
2013
14 Nov
'13
10:12 p.m.
Hi, Quickly skimming the documentation and code I'm just wondering what exactly would be the problem if I were to do : template <class T> const type_info& my_type_id( const T& ) { return type_info::construct<T>(); } my_type_id( variable ) // instead of boost::type_id_rtti_only(variable) ? Thanks, MAT.