Two LSS talks
Two LSS talks
Posted Oct 10, 2013 20:06 UTC (Thu) by mathstuf (subscriber, #69389)In reply to: Two LSS talks by BenHutchings
Parent article: Two LSS talks
Well, the ideal fix's first step is "acquire time machine", but other than that, there's not much to be done other than something like a flag day (which I don't see happening any time soon), or adding overloading to C (somehow…), or CDR (C Done "Right") (which would never take off due to the incompatibilities).
If you're replying to the C++ side of things, it's most in reference to the fact that lots of container methods are now accepting const_iterator instead of iterator (such as erase() and insert()) so that you don't have to "infect" non-const-ness around to other places (or const_cast).
