Deprecation in traits

Frak frak at gmail.com
Tue Sep 29 17:08:40 UTC 2020


Hi folks,

I've this:

/Users/frak/dlang/ldc-1.23.0/bin/../import/std/traits.d(3711): 
Deprecation: function `std.typecons.Nullable!long.Nullable.get_` 
is deprecated - Implicit conversion with `alias Nullable.get 
this` will be removed after 2.096. Please use `.get` explicitly.

I'm trying to find out WHERE this is generated to fix it, 
dependency included, without success.

Suggestions?


More information about the Digitalmars-d-learn mailing list