Carsonmswope
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Carsonmswope created a post, Disable specific clangd error from syntax highlighting
I'm using MSVC compiler with CLion, and have some code that looks like this: void fn(std::vector<int>& input) { do the stuff.. }fn({1, 2, 3});fn(vector<int>{1, 2, 3}); This code compiles on MSVC (b...