cpp-common: add `bt2s::span` 0.11.0 and other related symbols
[babeltrace.git] / src / cpp-common / bt2s / span.hpp
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
10 #include "cpp-common/vendor/span-lite/span.hpp"
11
12 namespace bt2s {
13
14 using nonstd::dynamic_extent;
15 using nonstd::span;
16
17 } /* namespace bt2s */
18
19 #endif /* BABELTRACE_CPP_COMMON_BT2S_SPAN_HPP */
This page took 0.03066 seconds and 4 git commands to generate.