From: Vitaly Buka Date: Sat, 29 Sep 2018 02:17:12 +0000 (+0000) Subject: [cxx2a] Fix warning triggered by r343285 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1dcebadf746b9d48a76ffdfb1e3b73bb259dba38;p=clang [cxx2a] Fix warning triggered by r343285 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@343369 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/DeclBase.h b/include/clang/AST/DeclBase.h index 23870400a3..9c245f4e70 100644 --- a/include/clang/AST/DeclBase.h +++ b/include/clang/AST/DeclBase.h @@ -1212,7 +1212,6 @@ public: value_type SingleElement; public: - iterator() = default; explicit iterator(pointer Pos, value_type Single = nullptr) : IteratorBase(Pos), SingleElement(Single) {}