Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Navigation

Changeset 607

Show
Ignore:
Timestamp:
08/09/10 04:30:47 (15 years ago)
Author:
walter
Message:

bugzilla 4503 forward reference to aliased template instance

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/dmd-1.x/src/declaration.c

    r517 r607
    617617 aliassym = new TypedefDeclaration(loc, ident, Type::terror, NULL);
    618618 }
    619(追記) else if (!aliassym && scope) (追記ここまで)
    620(追記) semantic(scope); (追記ここまで)
    619621 Dsymbol *s = aliassym ? aliassym->toAlias() : this;
    620622 return s;
  • trunk/src/declaration.c

    r527 r607
    595595 aliassym = new TypedefDeclaration(loc, ident, Type::terror, NULL);
    596596 }
    597(追記) else if (!aliassym && scope) (追記ここまで)
    598(追記) semantic(scope); (追記ここまで)
    597599 Dsymbol *s = aliassym ? aliassym->toAlias() : this;
    598600 return s;

AltStyle によって変換されたページ (->オリジナル) /