<@U9EDA303D> I haven't written C++ in a very long ...
# language-proposals
c
@Pere Casafont I haven't written C++ in a very long time but I remember
const
being a mixed bag. The Midas effect quickly became a problem, to such an extent that the language created a keyword just to work around it (
const_cast
).