Opened 7 years ago
Closed 7 years ago
#67 closed defect (fixed)
LValue assignment incorrect error : the return
Reported by: | Thierry Delisle | Owned by: | |
---|---|---|---|
Priority: | major | Component: | cfa-cc |
Version: | 1.0 | Keywords: | |
Cc: |
Description ¶
Another bug with Lvalues checks.
The following does not compile :
forall(dtype T) struct S { T * ptr; }; forall(dtype T | sized(T)) void foo( S(T) & this ) { T *& it = this.ptr; }
Change History (2)
comment:1 Changed 7 years ago by
comment:2 Changed 7 years ago by
Owner: | set to Rob Schluntz <rschlunt@…> |
---|---|
Resolution: | → fixed |
Status: | new → closed |
In bf7b6015:
Note: See
TracTickets for help on using
tickets.
For the time being, rebind seems to work: