Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Shin David
Total activity
11
Last activity
November 17, 2022 14:57
Member since
September 25, 2022 17:42
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
2
Activity overview
Posts (2)
Comments (5)
Sort by votes
Recent activity
Votes
Created
November 01, 2022 14:12
Somehow, the problem appears to have disappeared on my end. Perhaps the CLion indexer was in some sort of corrupt state previously? I will comment back here if I am able to reproduce later.
Community
CLion
Redefinition complaints when using #pragma once
0 votes
Created
November 01, 2022 13:59
The #pragma once guard prevents the recursion. As I note in my original post, changing the #pragma once to an #ifndef - #define - #endif guard fixes the issue. My complaint is that #pragma once sho...
Community
CLion
Redefinition complaints when using #pragma once
0 votes
Created
October 31, 2022 16:20
Foo.h contains function declarations, and FooINLINES.cpp contains the corresponding (inlined) function definitions. This is a common idiom, described for example here.
Community
CLion
Redefinition complaints when using #pragma once
0 votes
Created
September 27, 2022 13:59
Thank you so much! It was indeed the absence of a CMakeLists.txt file that caused the "Mark Directory as" option to be unavailable. After adding a CMakeLists.txt file, the option appeared.
Community
CLion
Marking Directory as a python source root
0 votes
Created
September 26, 2022 18:41
Where can I find the "Mark directory as" option? When I right click the directory in the project pane, I don't see that option. When I go to Settings > Python Interpreter, I don't see that option e...
Community
CLion
Marking Directory as a python source root
0 votes