On 4/3/2014 9:54 PM, Meta wrote:
In the case of your example, alias this does not make
it typesafe, as a MyInt can still be implicitly converted to int.

You can disable the implicit conversion to int with this scheme. The alias this only takes effect if there is no other member that will take the operation.

Reply via email to