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

std::optional support #75

Merged
merged 3 commits into from
Jan 31, 2017
Merged

Conversation

zauguin
Copy link
Collaborator

@zauguin zauguin commented Jan 31, 2017

This is almost like boost::optional, but part of C++17.
So we have the boost::optional interface without a boost dependency.

@aminroosta
Copy link
Collaborator

aminroosta commented Jan 31, 2017

@zauguin Ah, wonderful! Thanks for the PR :-)

I've added you as a collaborator to the project (invite link).
If you had time please update the README with an example :-)

@aminroosta aminroosta merged commit cf01458 into SqliteModernCpp:master Jan 31, 2017
@zauguin
Copy link
Collaborator Author

zauguin commented Jan 31, 2017

Thanks. I will wait with the README change until the first compilers actually ship , until then it's more of a theoretical feature.

@zauguin zauguin deleted the std_optional branch February 13, 2017 11:17
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.

2 participants