UVSMTID
- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 8
-
UVSMTID commented, -
-
-
-
UVSMTID created a post, Answered"File Cache Conflict" dialog should have "Check Again" button
“File Cache Conflict” can be late (hanging GUI when there is already no conflict):It is often the case that “Show Difference” already shows no difference:There should be a button “Check Again” on t... -
-
-
UVSMTID commented, -
-
UVSMTID created a post, CompletedCLion: multiline array initializer into single line
I have array initialization like this: EXPECT_EQ(0, some_func({{}, {}})); But auto-formatting turns it into this: EXPECT_EQ(0, some_func( {{}, {}})); I cannot find an option in C++ formattin...