Esone
Tomato Guru
Russia
115 Posts |
Posted - Jan 22 2008 : 09:10:46 AM
|
Presently template function displays same way, as non-template function in the VA Outline.
I suggest to display the function template<typename Type1, typename Type2> void func(int a);
as the following in the VA Outline: func<Type1, Type2>(int a);
Same for classes' methods and template classes.
|
Edited by - Esone on Jan 22 2008 09:23:45 AM |
|