Subject: Re: [boost] Formal review request: TypeIndex library
From: Michel Morin (mimomorin_at_[hidden])
Date: 2012-08-05 06:55:04


Hi Antony,

Thanks for your explanation, and sorry for the delayed response.

Antony Polukhin wrote:
> 2012/7/23 Michel Morin <mimomorin_at_[hidden]>:
>> Is there a list of supported compilers in the doc?
>> Currently, clang-3.1 is not supported.
>> (On clang-3.1, `template_id_with_cvr<int const&>().name_demangled()`
>> returns `const int &>::n() [T = const `.)
>
> TypeIndex has been tested on MSVC2010, GCC-4.5, Clang-2.9. There is
> currently no list of supported compilers. If TypeIndex would be
> accepted into boost, support for all compilers running regression
> tests will be added.

OK, understood.
I'm looking forward to a Boost's public utility function for
getting demangled type names (with cv and ref qualifiers).

Regards,
Michel