https://d.puremagic.com/issues/show_bug.cgi?id=11737
Orvid King <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Orvid King <[email protected]> 2013-12-15 11:19:26 PST --- (In reply to comment #2) > I think the default argument trick is quite neat. Andrej, would you care to > implement it? I'm sure he'd love to implement it, but delegate and function pointer types don't currently keep any information on the name or default value of their parameters, meaning that this is currently impossible without declaring a function and passing it as an alias template parameter. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
