Changeset 425 in dev for trunk/abdev/BasicCompiler64/OperatorProc.cpp
- Timestamp:
- Mar 10, 2008, 5:40:46 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler64/OperatorProc.cpp
r402 r425 66 66 if(idCalc==CALC_EQUAL) lstrcpy(temporary,"=="); 67 67 else GetCalcName(idCalc,temporary); 68 const UserProc *pUserProc = OverloadSolution( temporary, subs, params, baseType );68 const UserProc *pUserProc = OverloadSolution( temporary, subs, params, baseType, leftType ); 69 69 70 70 if(!pUserProc){
Note:
See TracChangeset
for help on using the changeset viewer.