DenseMap: we're trying to call the reserved global placement allocation
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 2 Oct 2015 00:46:33 +0000 (00:46 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 2 Oct 2015 00:46:33 +0000 (00:46 +0000)
commitd25872f0cd21739cd510359d0ad6e39a5947871f
tree36e0abbada2e04bba99c4fcd5fc427b28276507a
parentbc01088257ad46b5c34712954edd2c4a2acce7ad
DenseMap: we're trying to call the reserved global placement allocation
function here; use "::new" to avoid accidentally picking up a class-specific
operator new.

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