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;