Thomas Thomassen
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Created False positive in detection of unused include directives?
I was going over reports of unused directive warnings from ReSharper++. It often complains about std::string - where I do use std::string but it flags #include <string> as possibly unused. Any id...