https://d.puremagic.com/issues/show_bug.cgi?id=2659
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from [email protected] 2014-03-10 14:38:03 PDT --- The reduction of a real bug: bool foo(int x, int* y=null) { return true; } void main() { int x; int* p; if (foo(x), p) { assert(0, "true branch"); } else { assert(0, "false branch"); } } Hopefully the comma operator will be deprecated. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
