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