Ignore:
Timestamp:
May 12, 2007, 4:34:39 PM (17 years ago)
Author:
dai_9181
Message:

暗黙的なアップキャストを可能にした

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/NumOpe_GetType.cpp

    r114 r116  
    614614                    // As演算子の右辺値
    615615                    //型名
     616                    if( (string)term=="Hoge"){
     617                        int test=0;
     618                    }
    616619                    if( Type::StringToType( term, resultType ) ){
    617620                        resultType.SetBasicType( resultType.GetBasicType() | FLAG_CAST );
Note: See TracChangeset for help on using the changeset viewer.