]> granicus.if.org Git - clang/commit
Fix usage of placement new. Placement new is not actually declared implicitly.
authorSebastian Redl <sebastian.redl@getdesigned.at>
Fri, 29 May 2009 16:43:59 +0000 (16:43 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Fri, 29 May 2009 16:43:59 +0000 (16:43 +0000)
commite47590e17725cd37e84bd959d42ea0505b5f1b0d
tree12de961591db5452f36d56339d156944c238834f
parent4f54f4e2f1af5850805033d69c5199df068d11e7
Fix usage of placement new. Placement new is not actually declared implicitly.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72576 91177308-0d34-0410-b5e6-96231b3b80d8
test/SemaTemplate/example-dynarray.cpp