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

[424]を64bit版にマージ。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler64/OperatorProc.cpp

    r402 r425  
    6666    if(idCalc==CALC_EQUAL) lstrcpy(temporary,"==");
    6767    else GetCalcName(idCalc,temporary);
    68     const UserProc *pUserProc = OverloadSolution( temporary, subs, params, baseType );
     68    const UserProc *pUserProc = OverloadSolution( temporary, subs, params, baseType, leftType );
    6969
    7070    if(!pUserProc){
Note: See TracChangeset for help on using the changeset viewer.