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

    r734 r750  
    222222        ActiveBasic::Common::Environment::SetRemoveExternalMark( true );
    223223
    224         BOOST_FOREACH( const std::string &filePath, compiler.staticLibraryFilePaths )
     224        foreach( const std::string &filePath, compiler.staticLibraryFilePaths )
    225225        {
    226226            Jenga::Common::Path path( filePath );
Note: See TracChangeset for help on using the changeset viewer.