2014-06-07 79 views

回答

5

您將需要兩個獨立的模板聲明:

template <typename T> 
template <typename Bar> 
foo<T>::foo(int n, Bar bar) 
{ 
    // ... 
}