https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124794

--- Comment #5 from keng <kengusername at proton dot me> ---
Still not solved, 
https://godbolt.org/z/da6xP84MW

```
#include <meta>
struct C { template <class T> void f(T); };
constexpr auto ac = std::meta::access_context::current();
constexpr auto f1 = members_of(^^C, ac)[0];
void (C::*p2)(int) = &[:f1:];
```

Reply via email to