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

support nullptr and uniqueptr #52

Merged
merged 4 commits into from
May 6, 2016
Merged

support nullptr and uniqueptr #52

merged 4 commits into from
May 6, 2016

Conversation

aminroosta
Copy link
Collaborator

@Killili The most important downside with #51 is that users can only figure out that a value is null or not.

I was thinking that maybe overloading on nullptr and uniqueptr<T> can solve this problem.
And we can even deprecate boost optional.

Take a look at the new test.

@aminroosta aminroosta merged commit fb52ef4 into master May 6, 2016
@aminroosta aminroosta deleted the nullptr branch May 7, 2016 21:22
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

Successfully merging this pull request may close these issues.

1 participant