Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add return value and negative checks to MapVector::erase from r219240. | Kaelyn Takata | 2014-10-07 | 1 | -1/+4 |
* | Add size_t MapVector::erase(KeyT) similar to the one in std::map. | Kaelyn Takata | 2014-10-07 | 1 | -0/+5 |
* | ADT: Add MapVector::remove_if | Duncan P. N. Exon Smith | 2014-07-15 | 1 | -0/+21 |
* | ADT: Fix MapVector::erase() | Duncan P. N. Exon Smith | 2014-07-15 | 1 | -0/+15 |
* | Remove my bogus MapVector::erase() with a narrower ::pop_back(), and add a un... | Douglas Gregor | 2013-02-19 | 1 | -1/+15 |
* | Add an insert() method to MapVector. Adds the first MapVector unit test. | Nick Lewycky | 2013-01-25 | 1 | -0/+41 |