Ruediger Berlich
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Created New->Cmake macro
AnsweredHi there, it would be great if Clion had an option to create new CMake macros via the "New" context menu. Instead I find myself using the "File" option, which seems odd for an IDE which uses CMake ... -
Created Solved: Clion does not resolve some standard headers
Hi there, maybe this will help somebody: Ever since I started using Clion, it has failed to recognize a number of important standard headers (such as <random> or the one for std::shared_ptr) result... -
Created How to enforce a specific C++ standard
AnsweredClion (MacOS, every version I have tried) fails to recognize a simple std::shared_ptr in our 100000+ LOC project (which can by the way bring Clion to a grinding halt during code analysis for severa...