source: dev/trunk/ab5.0/abdev/ab_common/src/Lexical/Template.cpp@ 632

Last change on this file since 632 was 632, checked in by dai_9181, 16 years ago

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

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

File size: 119 bytes
Line 
1#include "stdafx.h"
2
3ExpandedTemplateClass::~ExpandedTemplateClass()
4{
5 if( pClass )
6 {
7 delete pClass;
8 }
9}
Note: See TracBrowser for help on using the repository browser.