[Issue 2159] Confusion between function call and C++ style function address

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2159 Iain Buclaw changed: What|Removed |Added Priority|P2 |P4 --

[Issue 2159] Confusion between function call and C++ style function address

2022-04-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2159 tyckesak changed: What|Removed |Added CC||jos...@live.de --- Comment #15 from tyckesak ---

[Issue 2159] Confusion between function call and C++ style function address

2019-10-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2159 --- Comment #14 from anonymous4 --- Well, it's an enhancement request. Per the title this code is error prone and ambiguous for people with C background, although it requires specific design to trigger. --

[Issue 2159] Confusion between function call and C++ style function address

2019-10-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2159 --- Comment #13 from RazvanN --- (In reply to anonymous4 from comment #11) > Self-contained test case: > --- > void f(int); > void f(int function()); > int g(); > void h() > { > f(g); > f(); > } > --- I don't get it. This code compiles just

[Issue 2159] Confusion between function call and C++ style function address

2019-10-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2159 --- Comment #12 from anonymous4 --- If the ambiguity happened spontaneously in phobos, it's plausible it can reemerge or happen elsewhere. Though it's a language change, so it can be required to go through DIP? --

[Issue 2159] Confusion between function call and C++ style function address

2019-10-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2159 anonymous4 changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Issue 2159] Confusion between function call and C++ style function address

2019-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2159 RazvanN changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Issue 2159] Confusion between function call and C++ style function address

2019-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2159 RazvanN changed: What|Removed |Added CC||razvan.nitu1...@gmail.com --- Comment #10 from

[Issue 2159] Confusion between function call and C++ style function address

2018-05-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2159 anonymous4 changed: What|Removed |Added Keywords||spec

[Issue 2159] Confusion between function call and C++ style function address

2018-05-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2159 Dmitry Olshansky changed: What|Removed |Added Status|REOPENED|RESOLVED