Recently added __equal
Nicholas Wilson via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Mon Apr 17 16:53:20 PDT 2017
On Monday, 17 April 2017 at 19:15:06 UTC, Nordlöw wrote:
> What's the plan for the recent adding __equal overloads at
>
> https://github.com/dlang/druntime/pull/1808/files
>
> Is it only meant for runtime and phobos to be updated? Or does
> user-libraries, such as container libraries, need to be updated
> aswell?
Well considering that they are templates in druntime, you will
need to recompile your code (and any 3rd party code) against the
new druntime, with a recent dmd (don't think ldc has the updates
yet).
More information about the Digitalmars-d-learn
mailing list