]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/describe/test/describe_cxx14.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / describe / test / describe_cxx14.cpp
CommitLineData
1e59de90
TL
1// Copyright 2021 Peter Dimov
2// Distributed under the Boost Software License, Version 1.0.
3// https://www.boost.org/LICENSE_1_0.txt
4
5#include <boost/describe/detail/config.hpp>
6
7#if !defined(BOOST_DESCRIBE_CXX14)
8
9#error "Describe requires C++14"
10
11#endif // !defined(BOOST_DESCRIBE_CXX14)