-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Implementation of get_ref() #184
Conversation
Same as get_ptr() but for references. If the type is incompatible it throws (get_ptr() returns null). Implemented in terms of get_ptr().
Hi @dariomt, thanks for the PR. Could you please have a look at the issues raised by Travis? |
The travis failures seem related to missing Hum... the error says:
I thought I can only test my changes locally with MSVC. |
Trying to compile in VS2015 I get the errors shown in appveyor ( Oh! I see this is issue #167 |
OK, now both clang and gcc are happy! :) |
Thanks a lot! |
As per discussion about issue #128