#ifndef LIST_HPP # define LIST_HPP template < class T, class Alloc = allocator > class list { t_list *head; }; #endif