Ignore:
Timestamp:
Jun 5, 2008, 10:04:39 PM (16 years ago)
Author:
dai_9181
Message:

ジェネリッククラスの型パラメータに値型が指定されたときに限り、テンプレート展開を行うようにした。

TODO: libファイルを跨ってテンプレート展開ができていないため、ソースコード管理部分に手を加える必要あり。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/compiler_x86/Compile_ProcOp.cpp

    r603 r632  
    289289    }
    290290
    291     trace_for_sourcecodestep( "★★★ " << pUserProc->GetFullName() << "のコンパイルを開始" );
     291    trace_for_sourcecodestep( "★★★ " << FormatEscapeSequenceStringToDefaultString( pUserProc->GetFullName() ) << "のコンパイルを開始" );
    292292
    293293    pUserProc->CompleteCompile();
     
    330330    if( !pUserProc->IsAutoGeneration() )
    331331    {
    332         cp=pUserProc->GetCodePos();
     332        cp=pUserProc->GetSourceCodePosition().GetPos();
    333333        for(;;cp++){
    334334            if(IsCommandDelimitation(basbuf[cp])) break;
Note: See TracChangeset for help on using the changeset viewer.