Steven Schveighoffer <[email protected]> wrote:

Where the new scheme wins in brevity (for written code at least, and certainly not simpler to understand) is cases where:

1. inheritance is not used
2. you can consolidate many overloads into one function.

As others have pointed out, this likely accounts for 99% of uses.
The one exception is opCat.

--
Simen

Reply via email to