False positive in detection of unused include directives? Follow
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 ideas why it does this? Bug?
Please sign in to leave a comment.
Just found this thread: https://resharper-support.jetbrains.com/hc/en-us/community/posts/115000116450-Fixing-the-numerous-unused-include-issues?input_string=False%20positive%20in%20detection%20of%20unused%20include%20directives%3F. Seems to be the same issue as: https://youtrack.jetbrains.com/issue/RSCPP-18672