cpp-common/bt2c: enable span-lite's `make_span()` function
[babeltrace.git] / src / cpp-common / bt2s / span.hpp
CommitLineData
30586bf0
PP
1/*
2 * Copyright (c) 2024 Philippe Proulx <pproulx@efficios.com>
3 *
4 * SPDX-License-Identifier: MIT
5 */
6
7#ifndef BABELTRACE_CPP_COMMON_BT2S_SPAN_HPP
8#define BABELTRACE_CPP_COMMON_BT2S_SPAN_HPP
9
a111fb7d
SM
10#define span_FEATURE_MAKE_SPAN 1
11
12#include "cpp-common/vendor/span-lite/span.hpp" /* IWYU pragma: export */
30586bf0
PP
13
14namespace bt2s {
15
16using nonstd::dynamic_extent;
17using nonstd::span;
18
19} /* namespace bt2s */
20
21#endif /* BABELTRACE_CPP_COMMON_BT2S_SPAN_HPP */
This page took 0.02542 seconds and 4 git commands to generate.