You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
pobinger
Posted - Jun 10 2020 : 10:25:34 AM I implemented operator<< like here in global namespace:
A search over the solution finds it like here:
But VisualAssist's "Find Symbol" only finds 1 other declaration:
What can I do to make it really find all symbols?
1 L A T E S T R E P L I E S (Newest First)
feline
Posted - Jun 11 2020 : 07:50:32 AM What are you using as your filter for the Find Symbols dialog?
To find "operator<<" functions try filtering the dialog simply on "<<" The keyword "operator" is not being shown as part of the function name in the Find Symbol dialog, so if you are searching using this you won't have much success.