Jcrotinger

- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Jcrotinger created a post, Customize the CMakeLists.txt template
Is it possible to customize the CMakeLists.txt template? I'd like to make various cross-project settings and would prefer not to start from scratch each time. -
Jcrotinger commented, -
Jcrotinger commented, -
-
-
Jcrotinger created a post, How do you set options for the C++ analyzer
AppCode doesn't understand the following code: using Map_t = std::map<std::string, int>; Map_t myMap; myMap["foo"] = 4;I get error highlights on the using statement and on the assignmen...