We've updated all tested code samples, which means all of the most used/updated pages. @chalin, do you know whether everything else that might contain new and const is marked as obsolete?
do you know whether everything else that might contain new and const is marked as obsolete?
No, I don't know.
I'm checking now to ensure that pages that need to be are marked as (potentially) out-of-date (using obsolete: true).
A few extra pages needed to be marked as obsolete, see #973.
The analyzer is checking for unnecessary_const and unnecessary_new in all examples (#1026). No issues are reported, so I'd say that we're done!