Consider the following template function:
template <class TF> tRef <TF> FindType()
This function will be duplicated in Find Symbol dialog:
tRef <TF> FindType() {...}
<class TF>
Only the first occurrence is required.
The same applies to template operators, for example:
template <class TF> void operator=(tRef <TF>& src)
VAX 1614, VS 2005 SP1, WinXP SP2