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
 Alt+G & methods impl. outside of template class
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

maxim2000
Ketchup Master

68 Posts

Posted - Feb 24 2009 :  04:43:33 AM  Show Profile  Reply with Quote
Hello!

Alt+G doesn't work when implementation of method is outside of a template class. For example:

template<class T>
class TestClass
{
void DoSmth(); // Alt+G doesn't see implementation below
};

template<class T>
void TestClass<T>::DoSmth()
{
}

VA 10.5.1715.0, VS6.0, VS2005SP1

Edited by - maxim2000 on Feb 24 2009 04:50:29 AM

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Feb 24 2009 :  5:41:28 PM  Show Profile  Reply with Quote
I am seeing the same effect here. Thank you for the clear description.

case=24368
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000