You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clang doesn't allow the use of deducing this before C++23, but GCC accepts it in all standards modes. It would be great if Clang could support it as a conforming extension as well, since it'd open the door for some major simplifications in libc++.