OSDN Git Service

Add size_t MapVector::erase(KeyT) similar to the one in std::map.
authorKaelyn Takata <rikka@google.com>
Tue, 7 Oct 2014 21:15:51 +0000 (21:15 +0000)
committerKaelyn Takata <rikka@google.com>
Tue, 7 Oct 2014 21:15:51 +0000 (21:15 +0000)
commit25cfb5cff50c85bbc193ebe77f82f6065e35c1fc
treebdec80a8329e5edfd118605c11a71a9780e54290
parent9b303dcf12eb31170ef9541ce69aa53e66ad9955
Add size_t MapVector::erase(KeyT) similar to the one in std::map.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219240 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/MapVector.h
unittests/ADT/MapVectorTest.cpp