Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2003-10-02 07:33:46


"Thorsten Ottosen" <nesotto_at_[hidden]> writes:

>> > a typename without a qualified name
>>
>> Applied, thanks!
>
> Are you sure that you committed it? I just made a new cvs co of the source
> and it is still there :(

Pretty sure:

Index: iterator.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/detail/iterator.hpp,v
retrieving revision 1.27
retrieving revision 1.28
diff -w -u -w -u -r1.27 -r1.28
--- iterator.hpp 4 Sep 2003 21:14:27 -0000 1.27
+++ iterator.hpp 25 Sep 2003 19:30:53 -0000 1.28
@@ -446,7 +446,7 @@
   {
       static Difference execute(Iterator i1, const Iterator i2, ...)
       {
- typename Difference result = 0;
+ Difference result = 0;
           while (i1 != i2)
           {
               ++i1;

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk