Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 Problem with template class static members
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Sir Zooro
Junior Member

Poland
15 Posts

Posted - Oct 05 2004 :  3:07:45 PM  Show Profile
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

Edited by - Sir Zooro on Oct 05 2004 3:09:48 PM

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Oct 05 2004 :  6:22:08 PM  Show Profile
VAX has some issues with template classes.

case=201

zen is the art of being at one with the two'ness
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000