No subject
     
    
       
    Sat May 31 21:40:06 PDT 2008
    
    
  
"""
T is float
Struct!(float) is fp type
T is int
Struct!(float) is fp type
"""
The output expected is:
"""
T is float
Struct!(float) is fp type
T is int
Struct!(int) is NOT fp type
"""
And that is the output you get if you stick extra parentheses around
(typeof(*this)).
This was tested on D1.033.
Possibly related to: 
* http://d.puremagic.com/issues/show_bug.cgi?id=2219
* http://d.puremagic.com/issues/show_bug.cgi?id=2154
-- 
    
    
More information about the Digitalmars-d-bugs
mailing list