Ignore:
Timestamp:
Jun 29, 2008, 2:08:44 AM (16 years ago)
Author:
dai_9181
Message:

#171への対応。テンプレート展開後のクラスメソッドの実装で、SizeOf(T)が正常値を返さない不具合を修正(特にTが4バイト未満の型場合)。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/BasicCompiler_Common/calculation.cpp

    r598 r672  
    492492                            return false;
    493493                        }
    494                         i64nums[pnum] = tempType.GetSize();
     494                        i64nums[pnum] = compiler.SizeOf( tempType );
    495495                        StrPtr[pnum]=0;
    496496                    }
Note: See TracChangeset for help on using the changeset viewer.