[Issue 18479] does not match template declaration: syntax highlight error and enum not symbolized

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Feb 20 22:05:54 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=18479

--- Comment #1 from Timothee Cour <timothee.cour2 at gmail.com> ---
NOTE:
for context here's the enum:
```
enum SliceKind
{
    /// A slice has strides for all dimensions.
    universal,
    /// A slice has >=2 dimensions and row dimension is contiguous.
    canonical,
    /// A slice is a flat contiguous data without strides.
    contiguous,
}
```

I'd expect to see:
s/cast(SliceKind)2/contiguous or even better, SliceKind.contiguous

--


More information about the Digitalmars-d-bugs mailing list