This commit is contained in:
Roberto Raggi
2010-05-31 13:57:32 +02:00
parent c2f2d13111
commit ecb951cab0

View File

@@ -410,7 +410,7 @@ void CreateBindings::lookupInScope(const Name *name, Scope *scope,
#if 0
if (templateId && (s->isDeclaration() || s->isFunction())) {
FullySpecifiedType ty = GenTemplateInstance::instantiate(templateId, s, _control);
FullySpecifiedType ty = DeprecatedGenTemplateInstance::instantiate(templateId, s, _control);
if (debug) {
Overview oo;