#include using namespace std; template class new_list : public list { public: typedef typename list::iterator iterator; };