Conrad Jones
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Refactor signature expands template
AnsweredSo i just used the refactor tool in CLion to refactor a function signature. I changed a parameter type to a template class which was aliased via a using statement. using MyType = MyTemplate<my_tag,...