Byee
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Edited C++ Naming Conventions: const references as paramteres
I have a the following rules setup: The problem is when I have a function that takes a constant reference. CLion says the name should be camelCase when I want PascalCase. Example: I want: vo...