From be35f45f67380f301856f294bbfe45be9de922e0 Mon Sep 17 00:00:00 2001 From: mrgloom Date: Fri, 9 Dec 2016 18:24:34 +0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9061cef..6613cd6 100644 --- a/README.md +++ b/README.md @@ -27,4 +27,6 @@ detect unused #include files http://stackoverflow.com/questions/74326/how-should-i-detect-unnecessary-include-files-in-a-large-c-project http://stackoverflow.com/questions/614794/c-c-detecting-superfluous-includes +private destructor +http://stackoverflow.com/questions/631783/what-is-the-use-of-having-destructor-as-private ~~~