Range violation with AAs

Nordlöw via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Oct 17 11:43:56 PDT 2016


On Monday, 17 October 2016 at 18:38:30 UTC, Ali Çehreli wrote:
> As a consolation :) there are two unrelated issues in your 
> code, which a new dmd warns about:
>
>   Deprecation: Implicit string concatenation is deprecated
>
> 1) Probably a missing comma after `mark`:
>
> enum nonStateHTMLTags = [`b`, `i`, `strong`, `em`, `sub`, 
> `sup`, `small`, `ins`, `del`, `mark`
>                          `code`, `kbd`, `samp`, `samp`, `var`, 
> `pre`];
>
> 2) Missng ~ here:
>
>                         `<mn mathsize="80%">` ~ zexp ~ `</mn>`
>                         `</msup>` ~

Thanks, anyway! Fixed!


More information about the Digitalmars-d-learn mailing list