-
Notifications
You must be signed in to change notification settings - Fork 25
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
Supported stl types? #3
Comments
Doh! Just noticed https://www.scapix.com/documentation/types/ - Though I'm still going to leave this open as I'm curious about std::future support |
Could you please provide an example of how would you like to use std::future with Scapix? Using any of the "client" languages. |
Interesting stuff, looks really nice! |
+1 for |
Also, And I think it would be better to explicitly specify |
Is there some documentation that covers which stl types are supported? I tried std::shared_ptr which appears to work nicely, but I also wanted to use std::future but without any luck ("!UNKNOWN!").
The text was updated successfully, but these errors were encountered: