[Issue 284] Wrong type of template value parameter
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Tue Aug 15 21:42:49 PDT 2006
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=284
bugzilla at digitalmars.com changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID
------- Comment #2 from bugzilla at digitalmars.com  2006-08-15 23:42 -------
The generated template instance is based on the types of the arguments *before*
they are implicitly converted to the template parameter type. This is
deliberately designed this way so that new template specializations can be
added without upsetting existing code. I adjusted the template documentation to
clarify this point.
Not a bug.
-- 
    
    
More information about the Digitalmars-d-bugs
mailing list