Release D 2.085.1
Márcio Martins
marcioapm at gmail.com
Mon Apr 8 15:32:08 UTC 2019
On Saturday, 6 April 2019 at 09:12:40 UTC, Martin Nowak wrote:
> Glad to announce D 2.085.1, ♥ to the 14 contributors.
>
> http://dlang.org/download.html
>
> This point release fixes a few issues over 2.085.0, see the
> changelog for more details.
>
> http://dlang.org/changelog/2.085.1.html
>
> -Martin
Getting this error with 2.085.1 on code previously working with
2.083.1:
/usr/include/dmd/phobos/std/typecons.d(6201,24): Error: pure
function
std.typecons.RefCounted!(WrappedConnection!(LockedConnection!(Connection!(VibeSocket, cast(ConnectionOptions)3)*), cast(WrappedConnectionOptions)0), cast(RefCountedAutoInitialize)1).RefCounted.RefCountedStore.move cannot call impure function std.algorithm.mutation.moveEmplace!(WrappedConnection!(LockedConnection!(Connection!(VibeSocket, cast(ConnectionOptions)3)*), cast(WrappedConnectionOptions)0)).moveEmplace
Don't suppose there is any known workaround?
More information about the Digitalmars-d-announce
mailing list