We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
auto
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
template <typename T> struct B { auto &blah() {return *this;} }; inline B<int> foo() {return {};}
This crashes on IsTypeComplete checks of the return type.
IsTypeComplete
I'm using following options, in case it matters:
var options = driver.Options; options.GeneratorKind = GeneratorKind.CSharp; options.CheckSymbols = true; options.GenerateClassTemplates = true; driver.ParserOptions.LanguageVersion = CppSharp.Parser.LanguageVersion.CPP23;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This crashes on
IsTypeComplete
checks of the return type.I'm using following options, in case it matters:
The text was updated successfully, but these errors were encountered: