[Issue 24025] Expressions contained in parentheses should not be assumed to be C casts

2023-07-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24025 Nick Treleaven changed: What|Removed |Added CC||ajiesk...@gmail.com --- Comment #4 from

[Issue 24025] Expressions contained in parentheses should not be assumed to be C casts

2023-07-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24025 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 24025] Expressions contained in parentheses should not be assumed to be C casts

2023-07-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24025 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #2 from Dlang Bot --- @ntrel

[Issue 24025] Expressions contained in parentheses should not be assumed to be C casts

2023-07-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24025 --- Comment #1 from Steven Schveighoffer --- An alternative to delaying the C style cast to semantic is to just remove the error. If a cast from C is desired, then it will work if the type can be constructed with that parameter. Back when this