Header file canary_allocator.hpp

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