
2012/7/2 Agustín K-ballo Bergé <kaballo86@hotmail.com>:
It's considerably simpler than `extended_type_info`. It's just a wrapper around a `std::type_info const*` that is usable as a key in associative sequences (both ordered and unordered). Nothing more, nothing less.
See TpeIndex library: http://apolukhin.github.com/type_index/index.html https://github.com/apolukhin/type_index It has the functionality of c++11 std::type_index (has all the comparators, hash functions and ostream operators), but can also work with disabled RTTI, store const-volatile-reference modifiers(if required) and has a full set of workarounds for broken compilers. I`ll request a formal review in a week or two. Any advices, for improvement are welcomed! -- Best regards, Antony Polukhin