"using `in ref` is deprecated" in client code while the module's unittest does not warn

kdevel kdevel at vogtner.de
Fri Dec 1 21:40:35 UTC 2023


After switching to dmd v2.105.3 I get this warnings almost 
everywhere. Do I really have to fork msgpack-d in order to get 
rid of these warnings?

Now I replaced every "in ref" with "in" in my own code but I do 
not add that preview flag to the compiler invocation. Is that 
safe?


More information about the Digitalmars-d-learn mailing list