From 62430fd1a1d901956dfbac7b0ab49e2e653d6fc5 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Tue, 9 Oct 2012 17:51:56 +0000 Subject: [PATCH] Not everyone uses C++11, apparently git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165517 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ADT/MapVector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/ADT/MapVector.h b/include/llvm/ADT/MapVector.h index ffe1cd3eef3..3f7a5964138 100644 --- a/include/llvm/ADT/MapVector.h +++ b/include/llvm/ADT/MapVector.h @@ -28,7 +28,7 @@ namespace llvm { /// mapping is done with DenseMap from Keys to indexes in that vector. template, - typename VectorType = std::vector >> + typename VectorType = std::vector > > class MapVector { typedef typename VectorType::size_type SizeType;