Alan
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 4
-
-
-
-
-
-
Alan created a post, CompletedcLion IDE doesn't find declaration of class if there is a forward declaration
(For some reason) the source code I am working with has a forward declaration class Foo; and later on a real declaration class Foo { Foo(string foo_name); } but the IDE doesn't fin...