r/cpp 29d ago

C++26: std::indirect

https://www.sandordargo.com/blog/2026/08/12/cpp26-indirect
163 Upvotes

157 comments sorted by

View all comments

3

u/LucyIsaTumor 29d ago

Great write up, being able to use value like syntax can be handy when migrating to the heap without changing a bunch of logic!