From 4b2e07aa5819e06230873c3843731b1817498730 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 31 Oct 2011 13:04:26 +0000 Subject: docs/*.html: Fix markups. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143349 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ProgrammersManual.html | 3 --- 1 file changed, 3 deletions(-) (limited to 'docs/ProgrammersManual.html') diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index 2cdcd27..2ab1681 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -879,9 +879,6 @@ elements (but could contain many), for example, it's much better to use . Doing so avoids (relatively) expensive malloc/free calls, which dwarf the cost of adding the elements to the container.

- - -

Sequential Containers (std::vector, std::list, etc) -- cgit v1.1