8000 Merge pull request #132 from AristoChen/master · googol-lab/cppbestpractices@ad81298 · GitHub
[go: up one dir, main page]

Skip to content

Commit ad81298

Browse files
authored
Merge pull request cpp-best-practices#132 from AristoChen/master
Remove duplicated content
2 parents d7cbf39 + 31598aa commit ad81298

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
@@ -340,10 +340,6 @@ MSVC's [Control Flow Guard](https://msdn.microsoft.com/en-us/library/windows/des
340340

341341
* `_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).
342342

343-
### Heap Profiling
344-
345-
* [Memoro](https://epfl-vlsc.github.io/memoro/) - A detailed heap profiler
346-
347343
## Ignoring Warnings
348344

349345
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