Header file lifo_allocator.hpp

#define SIPLASPLAS_ALLOCATOR_LIFO_ALLOCATOR_HPP 

#include <memory>

#include <string>

#include <sstream>

#include <cassert>

#include "detail/track_top_allocator.hpp"

#include <siplasplas/allocator/export.hpp>

namespace cpp
{
    class LifoAllocator;
}