Martin Nowak is officially MIA
user1234
user1234 at 12.fr
Fri Mar 28 22:51:21 UTC 2025
On Thursday, 27 March 2025 at 22:04:53 UTC, sfp wrote:
>
> I'd like to understand what impediment there is to having
> "free" operator overloading.
1/ A random public import in an dependency chain you dont master
may unexpectedly change the expected behavior. Think to what's
defined in a DUB package for example.
2/ Costly for a compiler. The compiler needs in each scope to
have a list of opovers.
More information about the Digitalmars-d
mailing list