Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
1d8cc547
Kaydet (Commit)
1d8cc547
authored
Haz 19, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
document what methods are from the pre-stl containers
Change-Id: I84070021f2896dbb60c649a6b7961f2f3e0d3585
üst
bd6f2bb7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
unusedcode.README
unusedcode.README
+6
-1
No files found.
unusedcode.README
Dosyayı görüntüle @
1d8cc547
...
@@ -13,7 +13,12 @@ a) It's possible that some other platform or configuration uses the code,
...
@@ -13,7 +13,12 @@ a) It's possible that some other platform or configuration uses the code,
so manual inspection is always required.
so manual inspection is always required.
b) At the time of writing the majority of unused code now originates via
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
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"
c) callcatcher ignores virtuals. But implementations of "pure virtuals"
are not actually virtual methods. If something is declared pure virtual
are not actually virtual methods. If something is declared pure virtual
and provides an impl and that base-class impl is not explicitly called
and provides an impl and that base-class impl is not explicitly called
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment