[Issue 23791] Rvalue default argument for ref parameter gives misleading error

2024-01-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23791 Nick Treleaven changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 23791] Rvalue default argument for ref parameter gives misleading error

2023-09-09 Thread d-bugmail--- via Digitalmars-d-bugs
created dlang/dmd pull request #15596 "Fix isLvalue error message" fixing this issue: - Fix isLvalue error message Requiring an lvalue is not the same as requiring modification. Fix Issue 23791 - Rvalue default argument for ref parameter gives misleading error. https://github.com

[Issue 23791] Rvalue default argument for ref parameter gives misleading error

2023-03-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23791 Paul Backus changed: What|Removed |Added Keywords||diagnostic Summary|Rvalue default a