Ignore:
Timestamp:
Jun 16, 2007, 11:25:37 AM (17 years ago)
Author:
dai_9181
Message:

Smoothie::Metaクラス内を整理

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/src/Namespace.cpp

    r140 r143  
    2525bool NamespaceScopes::IsImported() const
    2626{
    27     BOOST_FOREACH( const NamespaceScopes &namespaceScopes, Smoothie::Meta::importedNamespaces ){
     27    BOOST_FOREACH( const NamespaceScopes &namespaceScopes, Smoothie::Temp::importedNamespaces ){
    2828        if( this->IsEqual( namespaceScopes ) ){
    2929            return true;
Note: See TracChangeset for help on using the changeset viewer.