Hello,
template <typename T>
class Test
{
public:
static void copy() {}
};
void func()
{
Test<int>::copy(); // !!!
}
Move mouse cursor over copy in marked line, and wait for tooltip (it's description for std::copy).
Problem exists in VAX build 1246 and 1272.
Best Regards,
Daniel