]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/lambda2/test/version.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / lambda2 / test / version.cpp
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/lambda2.hpp>
6 #include <boost/version.hpp>
7 #include <boost/core/lightweight_test.hpp>
8
9 int main()
10 {
11 BOOST_TEST_EQ( BOOST_LAMBDA2_VERSION, BOOST_VERSION );
12 return boost::report_errors();
13 }