Matthaeus Brandl
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Not able to add new ReSharper Ultimate license
We recently received new licenses for ReSharper Ultimate at my company. For whatever reasons the existing licenses which expired a little less recently were not prolonged, instead new licenses were... -
Created Function argument can be made const not working for pointers
Feature request: Pointer argument can be made const Given the following function: Snippet void foo (int * bar, int baz) { *bar = 2 * baz; } Then R++ correctly proposes that baz can be made cons...