Ignore:
Timestamp:
Mar 10, 2008, 5:39:36 PM (16 years ago)
Author:
dai_9181
Message:

・ジェネリックな型をパラメータに持つメソッドのオーバーロード解決に対応した。
・型パラメータの制約クラス指定に対応した。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler32/Compile_Var.cpp

    r421 r424  
    428428                int ptrLevel = PTR_LEVEL( resultType.GetBasicType() );
    429429
    430                 // TODO: ベースオブジェクト(指定されていないときはObjectクラス)にセットする
     430                // 制約クラス(指定されていないときはObjectクラス)にセットする
    431431                resultType.SetBasicType( DEF_OBJECT );
    432432
Note: See TracChangeset for help on using the changeset viewer.