[Issue 7348] to!string(null) matches more than one template	declaration
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Mon Jan 23 11:58:34 PST 2012
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=7348
--- Comment #2 from Mariusz Gliwiński <alienballance at gmail.com> 2012-01-23 11:58:31 PST ---
[quote]What are you trying to do here?[/quote]
void test(A)(A param)
{
    writeln("A(",text(param),") called");
}
void main() {
    test(null);
}
-- 
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