Name: Anonymous 2007-09-22 6:03 ID:K2i0uKNc
template<class T> class c1{
void del();
};
void c1<class T>::del(){
delete (T*)NULL;
}warning C4150: deletion of pointer to incomplete type 'T'; no destructor called
see declaration of 'T'
What the hell? Obviously it's incomplete you retards. I don't need your warning.