ponder icon indicating copy to clipboard operation
ponder copied to clipboard

Allow constructor overloading

Open billyquith opened this issue 7 years ago • 0 comments

Currently, because constructors are passed Values (which are variants) we cannot distinguish between constructors with parameters that can be implicitly converted.

MyClass(int);
MyClass(float);

billyquith avatar May 01 '18 08:05 billyquith