]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/config/test/config_build_check.cpp
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / config / test / config_build_check.cpp
1 // Copyright John Maddock 2014.
2 // Use, modification and distribution are subject to the
3 // Boost Software License, Version 1.0. (See accompanying file
4 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5
6 // See http://www.boost.org/libs/config for the most recent version.//
7 // Revision $Id$
8 //
9
10 # include "../test/boost_has_int128.ipp"
11 # include "../test/boost_no_constexpr.ipp"
12 # include "../test/boost_no_cxx11_user_lit.ipp"
13
14 int main( int, char *[] )
15 {
16 return boost_has_int128::test() || boost_no_cxx11_constexpr::test() || boost_no_cxx11_user_defined_literals::test();
17 }
18