Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More explicit constructors #45

Open
macmade opened this issue Feb 15, 2017 · 1 comment
Open

More explicit constructors #45

macmade opened this issue Feb 15, 2017 · 1 comment

Comments

@macmade
Copy link
Owner

macmade commented Feb 15, 2017

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...

@Alkenso
Copy link

Alkenso commented Apr 15, 2023

seems would be nice extension

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants