Topic: N2800 typo error in [allocator.concepts]
Author: =?ISO-8859-1?Q?Pedro_Lamar=E3o?= <pedro.lamarao@gmail.com>
Date: Thu, 5 Mar 2009 09:05:43 CST Raw View
[allocator.concepts]
In this line:
SignedIntegralLike difference_type =
RandomAccessIter<pointer>::difference_type;
"RandomAccessIter<pointer>" should be "RandomAccessIterator<pointer>".
--
P.
--
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@netlab.cs.rpi.edu]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.comeaucomputing.com/csc/faq.html ]