8000 Remove duplicated content · googol-lab/cppbestpractices@31598aa · GitHub
[go: up one dir, main page]

Skip to content

Commit 31598aa

Browse files
committed
Remove duplicated content
1 parent 1be918f commit 31598aa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

02-Use_the_Tools_Available.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -338,10 +338,6 @@ MSVC's [Control Flow Guard](https://msdn.microsoft.com/en-us/library/windows/des
338338

339339
* `_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).
340340

341-
### Heap Profiling
342-
343-
* [Memoro](https://epfl-vlsc.github.io/memoro/) - A detailed heap profiler
344-
345341
## Ignoring Warnings
346342

347343
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.

0 commit comments

Comments
 (0)
0