Replies: 1 comment
-
I am also having this issue. Did you ever find a solution? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm running into an issue when using Zed in C++. I have a List.h file with the declarations template class List and a List.hpp file with the definitions. This .hpp file is included at the bottom of the .h file.
However, using Zed, I'm getting a clang error where it says that in my .hpp file, "No template named 'List'"
This problem does not happen if I place the code from the .hpp file right into the slot where the #include "List.hpp" was. So, it seems to be an issue with the file being able to recognize other files from the same directory, or I am simply misunderstanding something. Thank you for the help!
Beta Was this translation helpful? Give feedback.
All reactions