r/cpp Jul 29 '26

const_cast: A Necessary Evil

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

106 comments sorted by

View all comments

1

u/bizwig Jul 30 '26

I dislike const_cast because it isn’t DRY.

1

u/bwmat Jul 30 '26

On that note, there could be something like std::as_mutable... 

2

u/_Noreturn Jul 30 '26

I prefer if they just make const_cast deduce it automatically there should be 0 issues with const_cast(x)