Код: Выделить всё
#include
template
class Node
{
};
template
class LinkedList
{
};
int main()
{
}
Подробнее здесь: https://stackoverflow.com/questions/796 ... late-class
Код: Выделить всё
#include
template
class Node
{
};
template
class LinkedList
{
};
int main()
{
}