
5 Aug
2012
5 Aug
'12
10:55 a.m.
Hi Antony, Thanks for your explanation, and sorry for the delayed response. Antony Polukhin wrote:
2012/7/23 Michel Morin <mimomorin@gmail.com>:
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