Opened 8 years ago
Closed 8 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 by , 8 years ago
| Owner: | set to |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 5c4d27f: