]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/mp11/test/integral_version.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / mp11 / test / integral_version.cpp
1
2 // Copyright 2019 Peter Dimov
3 //
4 // Distributed under the Boost Software License, Version 1.0.
5 //
6 // See accompanying file LICENSE_1_0.txt or copy at
7 // http://www.boost.org/LICENSE_1_0.txt
8
9 #include <boost/mp11/integral.hpp>
10 #include <boost/version.hpp>
11 #include <boost/core/lightweight_test.hpp>
12
13 int main()
14 {
15 BOOST_TEST_EQ( BOOST_MP11_VERSION, BOOST_VERSION );
16 return boost::report_errors();
17 }