Opened 7 years ago
Closed 7 years ago
#60 closed defect (fixed)
typo in generic type constraint crashes the compiler
Reported by: | Thierry Delisle | Owned by: | |
---|---|---|---|
Priority: | minor | Component: | cfa-cc |
Version: | 1.0 | Keywords: | |
Cc: |
Description
The typo in the constraint crashes the compiler:
forall(dtype T | sized(t)) struct array{};
Change History (1)
comment:1 Changed 7 years ago by
Owner: | set to Rob Schluntz <rschlunt@…> |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In 5c4d27f: