From 1d8cc547ff6ab4d70365298d3d05a704025ad975 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 19 Jun 2012 09:41:00 +0100 Subject: document what methods are from the pre-stl containers Change-Id: I84070021f2896dbb60c649a6b7961f2f3e0d3585 --- unusedcode.README | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'unusedcode.README') diff --git a/unusedcode.README b/unusedcode.README index 7b867dfa8661..9159623e40cf 100644 --- a/unusedcode.README +++ b/unusedcode.README @@ -13,7 +13,12 @@ a) It's possible that some other platform or configuration uses the code, so manual inspection is always required. b) At the time of writing the majority of unused code now originates via macros, mostly from pre-STL containers, see [2] for killing two birds - with one stone. + with one stone. These are typically methods of signatures... + *::Insert + *::Remove + *::DeleteAndDestroy + *::_ForEach + *::Replace c) callcatcher ignores virtuals. But implementations of "pure virtuals" are not actually virtual methods. If something is declared pure virtual and provides an impl and that base-class impl is not explicitly called -- cgit