We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
At the moment it is not possible to use a rttr::variant object a property for a class and set the value via rttr::property::set_value.
This should be fixed.
The text was updated successfully, but these errors were encountered:
739411e
fixed wrong casted value, reported by clang
83b88b1
const_cast from 'const void *' to 'rttr::variant *' is not allowed clang reported the error altough the function was not instantiated closes #47
No branches or pull requests
At the moment it is not possible to use a rttr::variant object a property for a class and set the value via rttr::property::set_value.
This should be fixed.
The text was updated successfully, but these errors were encountered: