From ab83a91709b1c0735e75f30edbde505e9f840cf0 Mon Sep 17 00:00:00 2001 From: Jakub Staszak Date: Thu, 15 Nov 2012 00:25:36 +0000 Subject: [PATCH] Use LLVM_DELETED_FUNCTION. llvm-svn: 168009 --- llvm/include/llvm/ADT/SmallVector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/ADT/SmallVector.h b/llvm/include/llvm/ADT/SmallVector.h index 6e0fd94..e508f9d 100644 --- a/llvm/include/llvm/ADT/SmallVector.h +++ b/llvm/include/llvm/ADT/SmallVector.h @@ -365,7 +365,7 @@ template class SmallVectorImpl : public SmallVectorTemplateBase::value> { typedef SmallVectorTemplateBase::value > SuperClass; - SmallVectorImpl(const SmallVectorImpl&); // DISABLED. + SmallVectorImpl(const SmallVectorImpl&) LLVM_DELETED_FUNCTION; public: typedef typename SuperClass::iterator iterator; typedef typename SuperClass::size_type size_type; -- 2.7.4