Skip to content

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