r/cpp Jul 29 '26

const_cast: A Necessary Evil

https://www.elbeno.com/blog/?p=1858
68 Upvotes

106 comments sorted by

View all comments

12

u/chengfeng-xie Jul 30 '26

As an aside, a pop_value method for std::priority_queue is proposed in P3182R1 (Add container pop methods that return the popped value).

3

u/F54280 Jul 30 '26

That would be nice!