projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
289c399
)
Not everyone uses C++11, apparently
author
Douglas Gregor
<dgregor@apple.com>
Tue, 9 Oct 2012 17:51:56 +0000
(17:51 +0000)
committer
Douglas Gregor
<dgregor@apple.com>
Tue, 9 Oct 2012 17:51:56 +0000
(17:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165517
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/ADT/MapVector.h
patch
|
blob
|
history
diff --git
a/include/llvm/ADT/MapVector.h
b/include/llvm/ADT/MapVector.h
index ffe1cd3eef3a6cb8b9a71555bdad822296828850..3f7a59641381cd484424e4cc4f6a87bb74c54336 100644
(file)
--- 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 KeyT, typename ValueT,
typename MapType = llvm::DenseMap<KeyT, unsigned>,
- typename VectorType = std::vector<std::pair<KeyT, ValueT> >>
+ typename VectorType = std::vector<std::pair<KeyT, ValueT> >
>
class MapVector {
typedef typename VectorType::size_type SizeType;