Disable the string map copy ctor and assignment operators,
authorChris Lattner <sabre@nondot.org>
Sun, 22 Jul 2007 20:08:01 +0000 (20:08 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 22 Jul 2007 20:08:01 +0000 (20:08 +0000)
commitc6402013c8767d5718d4c7ae5625969361182771
treee6e140db345d9b33d438c892b32aa1a110d9eda5
parent53929871fb75c4215fbf1d8517f4def897adf80b
Disable the string map copy ctor and assignment operators,
they don't do the right thing.

Implement StringMap::erase.

Fix a nasty bug in the default ctor.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40395 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/StringMap.h