From 31598aaed10d56f56676a52b31d6898c002908a9 Mon Sep 17 00:00:00 2001 From: AristoChen Date: Tue, 30 Mar 2021 23:52:31 +0800 Subject: [PATCH] Remove duplicated content --- 02-Use_the_Tools_Available.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/02-Use_the_Tools_Available.md b/02-Use_the_Tools_Available.md index 15c4df7..5d40586 100644 --- a/02-Use_the_Tools_Available.md +++ b/02-Use_the_Tools_Available.md @@ -338,10 +338,6 @@ MSVC's [Control Flow Guard](https://msdn.microsoft.com/en-us/library/windows/des * `_GLIBCXX_DEBUG` with GCC's implementation libstdc++ implementation. See [Krister's blog article](https://kristerw.blogspot.se/2018/03/detecting-incorrect-c-stl-usage.html). -### Heap Profiling - - * [Memoro](https://epfl-vlsc.github.io/memoro/) - A detailed heap profiler - ## Ignoring Warnings If it is determined by team consensus that the compiler or analyzer is warning on something that is either incorrect or unavoidable, the team will disable the specific error to as localized part of the code as possible.