forked from OSchip/llvm-project
Revert r195526, "Remove uninstantiable constructor from DeclTemplate.h"
It apparently causes some versions of GCC to segfault. http://bb.pgr.jp/builders/cmake-clang-x86_64-linux/builds/17175/steps/build_clang/logs/stdio llvm-svn: 195529
This commit is contained in:
parent
57458517ef
commit
6fdeb36587
|
@ -564,6 +564,7 @@ protected:
|
|||
SetIteratorType SetIter;
|
||||
|
||||
public:
|
||||
SpecIterator() : SetIter() {}
|
||||
SpecIterator(SetIteratorType SetIter) : SetIter(SetIter) {}
|
||||
|
||||
DeclType *operator*() const {
|
||||
|
|
Loading…
Reference in New Issue