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

Default type of template type parameter is unexposed #3

Open
foonathan opened this issue Apr 18, 2017 · 0 comments
Open

Default type of template type parameter is unexposed #3

foonathan opened this issue Apr 18, 2017 · 0 comments

Comments

@foonathan
Copy link
Collaborator

  • cppast version: latest one
  • parser: libclang_parser
  • clang version: 3.9.1+

The default type of a template type parameter is always unexposed, as there is no way to retrieve them from libclang.

Input:

template <typename T = int>
void foo();
@foonathan foonathan changed the title Default type of template type parameter unexposed Default type of template type parameter is unexposed Apr 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant