]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/poly_collection/test/test_capacity_main.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / poly_collection / test / test_capacity_main.cpp
CommitLineData
b32b8144
FG
1/* Copyright 2016 Joaquin M Lopez Munoz.
2 * Distributed under the Boost Software License, Version 1.0.
3 * (See accompanying file LICENSE_1_0.txt or copy at
4 * http://www.boost.org/LICENSE_1_0.txt)
5 *
6 * See http://www.boost.org/libs/poly_collection for library home page.
7 */
8
9#include <boost/core/lightweight_test.hpp>
10#include "test_capacity.hpp"
11
12int main()
13{
14 test_capacity();
15 return boost::report_errors();
16}