[Issue 1839] Give D a modern varargs system that allows forwarding
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Fri Feb 15 00:58:40 PST 2008
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=1839
------- Comment #7 from wbaxter at gmail.com  2008-02-15 02:58 -------
I mean this:
----
void delegate(...) callback = &fn;
...
callback("hi", 10, "mom");
----
Does your snippet of code show how to do that?  If so, I'm not seeing the
connection, so please explain again.
-- 
    
    
More information about the Digitalmars-d-bugs
mailing list