Postblit bug

Dmitry Olshansky via Digitalmars-d digitalmars-d at puremagic.com
Sun Oct 19 11:33:32 PDT 2014


17-Oct-2014 16:42, Marco Leise пишет:
> Am Fri, 17 Oct 2014 00:42:24 +0000
> schrieb "IgorStepanov" <wazar at mail.ru>:
>
> OK, I've run into the same problem and there is no line
> number, just:
>
> Error: immutable method Lib.Sys.File.File.~this is not callable using a mutable object
> Error: mutable method Lib.Sys.File.File.~this is not callable using a immutable object
>
> haha! I should start from scratch.
>

Been there. Which implies that we can't have ref-counted const object 
(or ref-count has to leave outside of immutable section).

-- 
Dmitry Olshansky


More information about the Digitalmars-d mailing list