Header file canary_allocator.hpp

#define SIPLASPLAS_ALLOCATOR_CANARY_ALLOCATOR_HPP 

#include <cstdint>

#include <algorithm>

namespace cpp
{
    template <typename Alloc>
    class CanaryAllocator;
}