get()
function everything were working fine.Error 2 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int Error 5 error C2509: 'get' : member function not declared in 'S<T>' Error 1 error C2146: syntax error : missing ';' before identifier 'get' Error 4 error C2143: syntax error : missing ';' before 'S<T>::get' Error 6 error C1903: unable to recover from previous error(s); stopping compilation |
|
|