-
Notifications
You must be signed in to change notification settings - Fork 27
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 object_cast_nothrow with std::optional #28
Comments
I don't feel comfortable adopting the standard before it is signed, although I was really expecting optional myself eagerly :( |
You can use macros to detect c++ standard and disable features aren't supported for older/newer standards
|
You should already be able to use it with std::optional like this: At least that was my plan when changing it to the way it is now. If that doesn't work, we should fix it. |
Now that C++17 nearly finished, we could use std::opational for luabind::object_cast_nothrow
The text was updated successfully, but these errors were encountered: