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? 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
-frtti
For C++17 it would be a good option to use std::variant and not depend on RTTI
The text was updated successfully, but these errors were encountered:
What types would be in the variant? In general the user can use arbitrary types, so there is no fixed list that would work for everyone.
Sorry, something went wrong.
Any type. See https://en.cppreference.com/w/cpp/utility/variant
No branches or pull requests
For C++17 it would be a good option to use std::variant and not depend on RTTI
The text was updated successfully, but these errors were encountered: