hello,
i have a simple 'point'-template class with 2 parameter standard constructor! i wanna instantiate like this :
point<unsigned int> myPoint (x = 0, y = 0);
the compiler (vc++ 6 sp5) thinks 'myPoint' is a function with 2 parameters returning point<unsigned int> instead of a point...
hello,
i have a simple 'point'-template class with 2 parameter standard constructor! i wanna instantiate like this :
point<unsigned int> myPoint (x = 0, y = 0);
the compiler (vc++ 6 sp5) thinks 'myPoint' is a function with 2 parameters returning point<unsigned int> instead of a point...
hallo,
ich hoffe das problem wurde net scho 1000x mal diskutiert, konnte aber im archive und web keine brauchbare antwort finden!
zum problem: ich habe ein simples template, was auch ohne probleme compiliert, sobald ich aber das template in z.b. main instantiiere steigt der linker mit...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.