[Issue 5540] Probable bug-hiding redundancies
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Wed Dec  9 04:17:38 PST 2015
    
    
  
https://issues.dlang.org/show_bug.cgi?id=5540
Infiltrator <lt.infiltrator at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lt.infiltrator at gmail.com
--- Comment #7 from Infiltrator <lt.infiltrator at gmail.com> ---
I think that you're being a little too zealous.  For instance, foo() in your
last example, and any function in general, may not necessarily be pure (in the
mathematical sense) so they may produce different results and/or side-effects.
--
    
    
More information about the Digitalmars-d-bugs
mailing list