[Issue 5409] Disallow (!x & y)
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Sun Oct 23 01:20:27 PDT 2011
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=5409
timon.gehr at gmx.ch changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |timon.gehr at gmx.ch
--- Comment #4 from timon.gehr at gmx.ch 2011-10-23 01:19:22 PDT ---
(In reply to comment #3)
> A related case (Fragment N4), that I think too is worth catching (probably it's
> a less common bug):
> 
> 
> bool GetPlatformFileInfo(...) {
>   ...
>   info->is_directory =
>     file_info.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY != 0;
>   ...
> }
> 
That is already caught with the current compiler.
-- 
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