Skip to content
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

Missing function for IsStructurallyEquivalent for TemplateName #183

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

CristinaCristescu
Copy link

Causes infinite recursion when importing tempated classes.

Causes infinite recursion when importing tempated classes.
@CristinaCristescu
Copy link
Author

At least it removes teh infinite recursion. Even if it does not complete vector.
We need to add unsupported type import:
In file included from /usr/include/c++/4.9/bits/allocator.h:46:
/usr/include/x86_64-linux-gnu/c++/4.9/bits/c++allocator.h:48:5: error: cannot import unsupported AST node TypeAliasTemplate
using __allocator_base = __gnu_cxx::new_allocator<_Tp>;
^
/usr/include/x86_64-linux-gnu/c++/4.9/bits/c++allocator.h:48:5: error: cannot import unsupported AST node TypeAliasTemplate
vfile for input_line_1:2:2: error: use of undeclared identifier 'm'

@Axel-Naumann Axel-Naumann force-pushed the master branch 2 times, most recently from b40fdd0 to dd25999 Compare September 15, 2020 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant