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...
The following should not be valid:
Call is:
Use explicit constructors to fix the issue...