This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: allocator_type typedef/typename ?


The Dinkumware docs are correct, deque<> should have an
allocator_type typedef.  (See the class summary following
23.2.1/2.)

As you can see from http://www.sgi.com/Technology/STL/stl_deque.h,
SGI's deque<> implementation does have such a typedef.

			--Matt Austern

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]