Changeset 750 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/src/LexicalAnalyzer_Delegate.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/src/LexicalAnalyzer_Delegate.cpp
r735 r750 144 144 std::string namespaceScopesCommandStr; 145 145 std::string endNamespaceScopesCommandStr; 146 BOOST_FOREACH( const std::string &namespaceStr, dg.GetNamespaceScopes() )146 foreach( const std::string &namespaceStr, dg.GetNamespaceScopes() ) 147 147 { 148 148 if( namespaceScopesCommandStr.size() ) … … 205 205 LexicalAnalyzer::ExtractParameterVarNames( dg.GetParamStr().c_str(), paramVarNames, dg.GetSourceIndex() ); 206 206 std::string tempParamStrForCall; 207 BOOST_FOREACH( const std::string &varName, paramVarNames )207 foreach( const std::string &varName, paramVarNames ) 208 208 { 209 209 if( !tempParamStrForCall.empty() )
Note:
See TracChangeset
for help on using the changeset viewer.