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

Problems with unsigned int and unsigned long #11

Open
tnovotny opened this issue Sep 12, 2017 · 0 comments
Open

Problems with unsigned int and unsigned long #11

tnovotny opened this issue Sep 12, 2017 · 0 comments

Comments

@tnovotny
Copy link

tnovotny commented Sep 12, 2017

The test code

unsigned int ui = 42u;
unsigned long ul = 42u;

value["unsigned int"] = ui;
value["unsigned long"] = ul;

does not compile because of ambiguity. To remove the ambiguity, additional constructors must be added.

@tnovotny tnovotny changed the title problems with unsigned int and unsigned long Problems with unsigned int and unsigned long Sep 12, 2017
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

1 participant