template <class _TypeT, class _Allocator _RWSTD_COMPLEX_DEFAULT (allocator<_TypeT>) > class list : private _Allocator { public: typedef _TypeT value_type; typedef _Allocator allocator_type;