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