2 * Copyright (c) 2024 Philippe Proulx <pproulx@efficios.com>
4 * SPDX-License-Identifier: MIT
7 #ifndef BABELTRACE_CPP_COMMON_BT2S_SPAN_HPP
8 #define BABELTRACE_CPP_COMMON_BT2S_SPAN_HPP
10 #define span_FEATURE_MAKE_SPAN 1
12 #include "cpp-common/vendor/span-lite/span.hpp" /* IWYU pragma: export */
16 using nonstd::dynamic_extent;
19 } /* namespace bt2s */
21 #endif /* BABELTRACE_CPP_COMMON_BT2S_SPAN_HPP */