#pragma once namespace JTL // Jack's template library { template List::~List() { clear(); delete header; delete trailer; } };