Library for image editing and text insertion

Guillaume Piolat first.last at gmail.com
Tue Apr 26 21:55:30 UTC 2022


On Tuesday, 26 April 2022 at 21:44:56 UTC, rikki cattermole wrote:
>
> On 27/04/2022 9:39 AM, Guillaume Piolat wrote:
>> On Tuesday, 26 April 2022 at 21:13:38 UTC, Alexander Zhirov 
>> wrote:
>>> more build errors
>> 
>> If you "dub upgrade" it should work a bit better.
>> No success in reproducing the bug here.
>
> It definitely on your end.
>
> void main() {
>     int scale;
>     int* in_ = new int;
>     ubyte b = cast(int)scale * (cast(int)*in_ >> 7);
> }
>
> onlineapp.d(5): Error: cannot implicitly convert expression 
> `scale * (*in_ >> 7)` of type `int` to `ubyte`

No.
Obviously VRP works differently for me and for him, for an 
unknown reason.


More information about the Digitalmars-d-learn mailing list