Tangefei1998

- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Tangefei1998 created a post, Clion autocomplete does not work with forward declaration.
I have a very simple project structure that has two class Big and Small in header file: big.h and small.h. Here are their code: Big.h: #include "small.h"template<int N>class Big {public: int big...