[llvm-commits] [llvm] r52640 - /llvm/trunk/include/llvm/ADT/StringMap.h

Chris Lattner clattner at apple.com
Mon Jun 23 22:14:31 PDT 2008


On Jun 23, 2008, at 2:07 PM, Dan Gohman wrote:
> URL: http://llvm.org/viewvc/llvm-project?rev=52640&view=rev
> Log:
> Add methods to StringMap to erase entries by key.

Ok

> +  bool erase(std::string Key) {

Please pass by const &

-Chris




More information about the llvm-commits mailing list