Ignore:
Timestamp:
Sep 24, 2008, 2:02:16 AM (16 years ago)
Author:
イグトランス (egtra)
Message:

BOOST_FOREACHを可能なものはVC++ 2005 for eachへ置換(やや速くなる)。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/BasicCompiler_Common/WatchList.cpp

    r561 r750  
    326326    UserProc *pUserProc = GetSubFromObp(obp_Rip);
    327327
    328     BOOST_FOREACH( Variable *pVar, pUserProc->GetLocalVars() ){
     328    foreach( Variable *pVar, pUserProc->GetLocalVars() ){
    329329        if( pVar->GetName() == "_System_LocalThis" ){
    330330            return pVar->GetOffsetAddress();
Note: See TracChangeset for help on using the changeset viewer.