Changeset 750 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/VariableOpe.cpp
- Timestamp:
- Sep 24, 2008, 2:02:16 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/VariableOpe.cpp
r721 r750 182 182 extern WithInfos withInfos; 183 183 buffer[0]=0; 184 BOOST_FOREACH( const WithInfo &withInfo, withInfos )184 foreach( const WithInfo &withInfo, withInfos ) 185 185 { 186 186 lstrcat( buffer, withInfo.name.c_str() ); … … 192 192 std::string tmp; 193 193 tmp.reserve(1024); 194 BOOST_FOREACH( const WithInfo &withInfo, withInfos )194 foreach( const WithInfo &withInfo, withInfos ) 195 195 { 196 196 tmp+=withInfo.name;
Note:
See TracChangeset
for help on using the changeset viewer.