Hacker News new | ask | show | jobs
by Zambyte 437 days ago
I never said multiple inheritance.
1 comments

Multiple inheritance and SFINAE through templates are the only non-concept way of doing traits in C++

The way single inheritance is used in C++ is nothing like how traits are used in Rust.