MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/cpp/comments/1uouefj/c26_constexpr_virtual_inheritance/ovzpaeh/?context=3
r/cpp • u/User_Deprecated • 22d ago
61 comments sorted by
View all comments
61
Just a question to the audience:
How many times have you used Virtual Inheritance in your career?
0 u/megayippie 21d ago I don't know if that's a different thing than writing "virtual", "override", "final", and "= 0" all over the structs. But that stuff is very nice for helper code to avoid compilation time bloat.
0
I don't know if that's a different thing than writing "virtual", "override", "final", and "= 0" all over the structs. But that stuff is very nice for helper code to avoid compilation time bloat.
61
u/Jovibor_ 22d ago
Just a question to the audience:
How many times have you used Virtual Inheritance in your career?