forked from qt-creator/qt-creator
		
	Revert "C++: nested class with enclosing template class"
This reverts commit 5d76b4339a since it
might lead to an infinite loop.
Task-number: QTCREATORBUG-11999
Change-Id: I12c7f3afc4aa53a83ddc2bf2d33eb76c29b747ee
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
			
			
This commit is contained in:
		@@ -1268,7 +1268,6 @@ void ClassOrNamespace::NestedClassInstantiator::instantiate(ClassOrNamespace *en
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        nestedClassOrNamespaceInstantiation->_parent = enclosingTemplateClassInstantiation;
 | 
			
		||||
        instantiate(nestedClassOrNamespace, nestedClassOrNamespaceInstantiation);
 | 
			
		||||
 | 
			
		||||
        enclosingTemplateClassInstantiation->_classOrNamespaces[nestedName] =
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user