Changeset 424 in dev for trunk/abdev/BasicCompiler32/Compile_Statement.cpp
- Timestamp:
- Mar 10, 2008, 5:39:36 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler32/Compile_Statement.cpp
r415 r424 1022 1022 1023 1023 //オーバーロードを解決 1024 const UserProc *pUserProc = OverloadSolution( "==",subs, params, NULL);1024 const UserProc *pUserProc = OverloadSolution( "==", subs, params, Type( DEF_BOOLEAN ), type1 ); 1025 1025 1026 1026 delete params[0];
Note:
See TracChangeset
for help on using the changeset viewer.