[Issue 3424] Ref counting still doesn't work for std.stdio.File
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Tue Oct 20 17:29:52 PDT 2009
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=3424
Leandro Lucarella <llucax at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |llucax at gmail.com
--- Comment #2 from Leandro Lucarella <llucax at gmail.com> 2009-10-20 17:29:50 PDT ---
Your commit, r1300, also removes some opSlice():
@@ -736,10 +740,4 @@
         /// Range primitive implementations.
-        ByLine!(Char, Terminator) opSlice()
-        {
-            return this;
-        }
-
-        /// Ditto
         bool empty() const
         {
Is this intended? If so, it would be nice if you could apply the changes in two
different commits (if they are really unrelated, as I think they are; if not,
please ignore this comment :).
I'm sorry to say this here I guess it's not the place, but I don't know of a
better place.
-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
    
    
More information about the Digitalmars-d-bugs
mailing list