For now I'm writing tidbits about computer programming, the plan is to actually blog at some point in time.

Thursday, February 07, 2008

Introduce new T

when there is a compilation error because of a parameter type mismatch, suggest
wrapping the offending expression with new T( expression ), where T has the required type.

No comments: