Код: Выделить всё
template
int MyClassT::Add(ARG_TYPE newElement)
{
TYPE Element = newElement;
Подробнее здесь: [url]https://stackoverflow.com/questions/5028147/assignment-operator-not-always-called[/url]Код: Выделить всё
template
int MyClassT::Add(ARG_TYPE newElement)
{
TYPE Element = newElement;
Подробнее здесь: [url]https://stackoverflow.com/questions/5028147/assignment-operator-not-always-called[/url]