Login
From:
Attracted by virtual constructs
(Uncensored)
subscribe
C++17’s {} impeding SC for new method overloads | Attracted by virtual constructs
https://frinring.wordpress.com/2022/08/06/c17s-impeding-sc-for-new-method-overloads/
links
backlinks
Tagged with:
kde
Roast topics
Find topics
Find it!
Are you the C++ experienced reader to solve the following challenge? Given a class C (edit: covered by binary compatibility needs) with the overloaded methods foo() and foo(A a): class C { public: …