www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Blog post on keeping D1 operators for D 2.100

reply Steven Schveighoffer <schveiguy gmail.com> writes:
D 2.100.0 removed support for D1 operator overloads. If you have a bunch 
of code that still uses them, and don't want to spend the time to 
upgrade to D2 overloads, you can still do it, using a mixin.

Here's how it works (and shows off some cool metaprogramming features of 
D): 
https://www.schveiguy.com/blog/2022/06/how-to-keep-using-d1-operator-overloads/

-Steve
Jun 11 2022
parent zjh <fqbqrr 163.com> writes:
On Saturday, 11 June 2022 at 21:57:36 UTC, Steven Schveighoffer 
wrote:

 https://www.schveiguy.com/blog/2022/06/how-to-keep-using-d1-operator-overloads/

 -Steve
`Good article `,and [chinese version](https://fqbqrr.blog.csdn.net/article/details/125265063)
Jun 24 2022