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_Statement.cpp

    r415 r424  
    10221022
    10231023                        //オーバーロードを解決
    1024                         const UserProc *pUserProc = OverloadSolution("==",subs, params, NULL);
     1024                        const UserProc *pUserProc = OverloadSolution( "==", subs, params, Type( DEF_BOOLEAN ), type1 );
    10251025
    10261026                        delete params[0];
Note: See TracChangeset for help on using the changeset viewer.