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

Issue with a nested class defined "externally" #22

Open
xni opened this issue Dec 18, 2020 · 1 comment
Open

Issue with a nested class defined "externally" #22

xni opened this issue Dec 18, 2020 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@xni
Copy link

xni commented Dec 18, 2020

I have a structure like

template <typename T>
struct A {
  struct B;
};

template <typename T>
struct A::B {
  void myMethod();
};

When I click on myMethod() to generate definition, it does not do it right.

@kamkamkil
Copy link

also creating implementation for function returning nested class also work incorrectly

@amir9480 amir9480 added bug Something isn't working help wanted Extra attention is needed labels Dec 30, 2020
@amir9480 amir9480 reopened this Dec 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants