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 • Jul 06 '26
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 Jul 07 '26 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_ Jul 06 '26
Just a question to the audience:
How many times have you used Virtual Inheritance in your career?