Ignore:
Timestamp:
Jun 29, 2008, 1:44:08 PM (16 years ago)
Author:
dai_9181
Message:

・オーバーロード解決時、戻り値に型パラメータだった場合に型解決されずに、正しいオーバーロード解決が行われない不具合を修正。
・演算子メソッドの戻り値が型パラメータだったとき、型解決が行われない不具合を修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/compiler_x86/Opcode.h

    r603 r673  
    5656
    5757//NumOpe.cpp
    58 void PushReturnValue(int type);
     58void PushReturnValue( const Type &type );
    5959bool TermOpeOnlyVariable( const char *term, Type &resultType, RELATIVE_VAR &relativeVar, bool isWriteAccess );
    6060bool TermOpe(
Note: See TracChangeset for help on using the changeset viewer.