]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/boost/describe/detail/list.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / describe / detail / list.hpp
CommitLineData
1e59de90
TL
1#ifndef BOOST_DESCRIBE_DETAIL_LIST_HPP_INCLUDED
2#define BOOST_DESCRIBE_DETAIL_LIST_HPP_INCLUDED
3
4// Copyright 2020 Peter Dimov
5// Distributed under the Boost Software License, Version 1.0.
6// https://www.boost.org/LICENSE_1_0.txt
7
8#include <boost/describe/detail/config.hpp>
9
10#if defined(BOOST_DESCRIBE_CXX11)
11
12namespace boost
13{
14namespace describe
15{
16namespace detail
17{
18
19template<class... T> struct list {};
20
21} // namespace detail
22} // namespace describe
23} // namespace boost
24
25#endif // defined(BOOST_DESCRIBE_CXX11)
26
27#endif // #ifndef BOOST_DESCRIBE_DETAIL_LIST_HPP_INCLUDED