Open billyquith opened 6 years ago
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);
Currently, because constructors are passed Values (which are variants) we cannot distinguish between constructors with parameters that can be implicitly converted.