On Nov 23, 2021, at 9:28 AM, Cleiton Santoia via SG7 <sg7@lists.isocpp.org> wrote:

Sorry if I´m a little bit off, but this implementation is from that "type-based" proposal ?
What about the "meta::info" proposal ? It is not going forward ?

We’re working on it, but haven’t had anything to report recently.

Daveed




anyway, I tried this but could not get the name of X inside a template function:

void foo(auto x) {
  using r = reflexpr( decltype(x) );
  std::cout << "Name of type template 'T':" << get_name_v<r> << std::endl;
};

struct X {} x;
foo(x);



Is it supposed to work ?



Cleiton


Em seg., 22 de nov. de 2021 às 05:02, Hana Dusíková via SG7 <sg7@lists.isocpp.org> escreveu:
Hi,

I'm really happy that I can announce our own Matus Chochlik implemented TS Reflection in his fork of Clang. 

You can experiment with it at Compiler Explorer: https://compiler-explorer.com/z/TrYEYhqMK


Any feedback and bug report is welcome, I think Matus hopes for upstreaming it soon.

Thanks Matus for awesome work! ❤️

Hana
--
SG7 mailing list
SG7@lists.isocpp.org
https://lists.isocpp.org/mailman/listinfo.cgi/sg7
--
SG7 mailing list
SG7@lists.isocpp.org
https://lists.isocpp.org/mailman/listinfo.cgi/sg7