We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The following crashes on trunk, but not on 20 or earlier.
template<typename T, T> struct proxy; template<typename T, typename R, typename... Args, R(T::*mf)()> struct proxy<R(T::*)(Args...), mf>;
I was just trying to write some code to get the return of a member function. 🥲
Godbolt GCC bug