Make the iterator form of erase return void, since it always succeeds,
authorDan Gohman <gohman@apple.com>
Wed, 1 Sep 2010 14:00:35 +0000 (14:00 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 1 Sep 2010 14:00:35 +0000 (14:00 +0000)
commite3955df639ff9aff990f628ef6a219ff5efdbc81
tree59fc80421919816021622260f4ae70d1ea434c12
parentf8ff40c0598c6d8707a639ec63644e5e5496678a
Make the iterator form of erase return void, since it always succeeds,
and since this is what std::map and std::set do.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112701 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/DenseMap.h
include/llvm/ADT/DenseSet.h
include/llvm/ADT/ValueMap.h