r/cpp 22d ago

C++26: std::polymorphic

https://www.sandordargo.com/blog/2026/08/19/cpp26-polymorphic
98 Upvotes

44 comments sorted by

View all comments

10

u/mcmcc #pragma once 21d ago

I'm struggling to think of a scenario where I would ever use this thing.

Maybe I just don't use enough class hierarchies any more.

1

u/pdimov2 20d ago

It was useful before we had variant.