G
Guest
1. If the declaration and definition of a member function of a template class is separated
then while using the auto_complete,the function's information will not be shown.
2. If a member function of a template class is not called by other normal function
then some of it's syntax error can't be find while compiling, maybe this function even haven't be compiled
How could I solve these problems? thank you.
then while using the auto_complete,the function's information will not be shown.
2. If a member function of a template class is not called by other normal function
then some of it's syntax error can't be find while compiling, maybe this function even haven't be compiled
How could I solve these problems? thank you.