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/Debug.cpp

    r743 r750  
    6161
    6262    extern BasicSources sourcesLinkRelationalObjectModule;
    63     BOOST_FOREACH( const BasicSource &source, sourcesLinkRelationalObjectModule )
     63    foreach( const BasicSource &source, sourcesLinkRelationalObjectModule )
    6464    {
    6565        pIncludedFilesRelation = &source.GetIncludedFilesRelation();
     
    347347void Set_DebugSys_dwThreadID()
    348348{
    349     BOOST_FOREACH( DebugSection *pDebugSection, debugSectionCollection.debugSections )
     349    foreach( DebugSection *pDebugSection, debugSectionCollection.debugSections )
    350350    {
    351351        ULONG_PTR lpAccBytes;
Note: See TracChangeset for help on using the changeset viewer.