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
test.cpp:13:6: error: member 'invoke' found in multiple base classes of different types
13 | p->invoke();
| ^
test.cpp:5:54: note: member found by ambiguous name lookup
5 | PRO_DEF_FREE_AS_MEM_DISPATCH(MemInvoke, std::invoke, invoke);
| ^
test.cpp:5:54: note: member found by ambiguous name lookup
1 error generated.
Repro:
Compiler output (clang 21.1.5, -O2 -Wall -std=c++23):
Regression caused by: #320