[Issue 6207] Mixin template evaluated to string can convert to string mixin expression implicitly
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Feb 17 23:37:03 PST 2014
https://d.puremagic.com/issues/show_bug.cgi?id=6207
Daniel Kozak <kozzi11 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kozzi11 at gmail.com
--- Comment #4 from Daniel Kozak <kozzi11 at gmail.com> 2014-02-17 23:36:59 PST ---
What if we add some special syntax for mixin template instantiation.
I mean something like this:
int y = expand#"$x+2"; // instead of mixin(expand!"$x+2")
What do you think?
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list