CFPP icon indicating copy to clipboard operation
CFPP copied to clipboard

More explicit constructors

Open macmade opened this issue 8 years ago • 1 comments

The following should not be valid:

CF::Dictionary d;
d = true;

Call is:

d.operator=( CF::Dictionary( ( CFIndex )true ) );

Use explicit constructors to fix the issue...

macmade avatar Feb 15 '17 17:02 macmade

seems would be nice extension

Alkenso avatar Apr 15 '23 20:04 Alkenso