Boost logo

Boost :

Subject: Re: [boost] [type_index] C++03 implementation in boost?
From: Antony Polukhin (antoshkka_at_[hidden])
Date: 2012-07-02 01:17:17


2012/7/2 Agustín K-ballo Bergé <kaballo86_at_[hidden]>:
> 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

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk