[Issue 8106] func.stringof with default args
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Jun 25 19:30:19 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8106
--- Comment #15 from Walter Bright <bugzilla at digitalmars.com> 2012-06-25 19:32:45 PDT ---
How about:
1. reverting the
is(typeof(foo) P == function)
to the old 2.059 behavior of being a type tuple only.
2. adding a "parameters" to traits, so that:
__traits(parameters, foo)
returns a tuple that includes types, identifiers, and default values (like the
2.060 beta does now)?
--
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