]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/container/test/node_handle_test.cpp
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / container / test / node_handle_test.cpp
1 //////////////////////////////////////////////////////////////////////////////
2 //
3 // (C) Copyright Ion Gaztanaga 2016-2016. Distributed under the Boost
4 // Software License, Version 1.0. (See accompanying file
5 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6 //
7 // See http://www.boost.org/libs/container for documentation.
8 //
9 //////////////////////////////////////////////////////////////////////////////
10 #include <boost/core/lightweight_test.hpp>
11 #include <boost/container/node_handle.hpp>
12
13 using namespace ::boost::container;
14
15 int main ()
16 {
17 return ::boost::report_errors();
18 }