| 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 | } |
| 14 |
