list-1 smart_vector_ptr.h
template <class S> iterator insert(const iterator& it, S* ptr){ // 所有権を持ったsmart_ptrを生成し、 // smart_ptr間のコピーで、所有権が移動する smart_ptr<T> t(ptr); return base_type::insert(it, t); }
list-2 smart_list_ptr.h
template<class T> class list_chain : public list<T*> {
list-3
typedef list_chain<T> base_type;
list-4
typedef list<T*> super_type;
list-5
class X { enum Y {c}; };
枠-1
$(BCB)\Lib\PSDK
枠-2
Error: Error processing module