Cannot implicitly convert expression of type const(string[]) to string[]

tsbockman thomas.bockman at gmail.com
Fri Jan 8 23:12:30 UTC 2021


On Friday, 8 January 2021 at 23:10:13 UTC, tsbockman wrote:
>     5) Tell the compiler that `other.text` may be used to 
> mutate `row.text` by `const` from the `value` parameter of 
> `test`. Do not do this unless that's really what you want!

Oops, that should say:

     5) Tell the compiler that `other.text` may be used to  mutate 
`row.text` by *removing* `const` from the `value` parameter of 
`test`. Do not do this unless that's really what you want!


More information about the Digitalmars-d-learn mailing list