// See the file "COPYING" in the main distribution directory for copyright. #pragma once #include namespace zeek { template using Span [[deprecated("Remove in v8.1: Use std::span instead")]] = std::span; } // namespace zeek