maxim2000
Ketchup Master
68 Posts |
Posted - Feb 24 2009 : 04:43:33 AM
|
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 |
|