Changeset 425 in dev for trunk/abdev/BasicCompiler64/Compile_Statement.cpp
- Timestamp:
- Mar 10, 2008, 5:40:46 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler64/Compile_Statement.cpp
r416 r425 781 781 782 782 //オーバーロードを解決 783 const UserProc *pUserProc = OverloadSolution( "==",subs, params, NULL);783 const UserProc *pUserProc = OverloadSolution( "==", subs, params, Type( DEF_BOOLEAN ), type1 ); 784 784 785 785 delete params[0];
Note:
See TracChangeset
for help on using the changeset viewer.