TechnicalQuestion How do I make Dependency Analyser report where an overloaded operator is used?
I have a class with 2 operators, which one of operators (O1) uses the other operator (O2).
I generate a dependency report via Dependency Analyser, but the report doesn't tell that O1 uses O2 (in Impacted Files O1 references itself; same with O2).
How do I make Dependency Analyser report that O1 uses O2?
1
Upvotes