From 7314a20a59f60c58011bfcbc936c01a082e1ea3a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 22 Jul 2011 20:46:49 +0000 Subject: [PATCH] move the section for string-like containers to follow the section for sequential containers. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135799 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ProgrammersManual.html | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index bfa721ddc95..70eaddf7256 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -68,6 +68,10 @@ option
  • llvm/ADT/PackedVector.h
  • Other Sequential Container Options
  • +
  • String-like containers +
  • Set-Like Containers (std::set, SmallSet, SetVector, etc)
  • -
  • String-like containers -
  • BitVector-like containers