Changeset 750 in dev for trunk/ab5.0/abdev/ab_common/src/Lexical/NamespaceSupporter.cpp
- Timestamp:
- Sep 24, 2008, 2:02:16 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/ab_common/src/Lexical/NamespaceSupporter.cpp
r736 r750 47 47 48 48 // Importsされている名前空間とのマッチングを試みる 49 BOOST_FOREACH( const NamespaceScopes &importedNamespaceScopes, GetImportedNamespaces() )49 foreach( const NamespaceScopes &importedNamespaceScopes, GetImportedNamespaces() ) 50 50 { 51 51 if( base.IsEqual( importedNamespaceScopes + entry ) )
Note:
See TracChangeset
for help on using the changeset viewer.