]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/poly_collection/test/test_algorithm2.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / poly_collection / test / test_algorithm2.cpp
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 "test_algorithm2.hpp"
10
11 #include "base_types.hpp"
12 #include "test_algorithm_impl.hpp"
13
14 void test_algorithm2()
15 {
16 test_algorithm<
17 base_types::collection,jammed_auto_increment,base_types::to_int,
18 base_types::t1,base_types::t2,base_types::t3,
19 base_types::t4,base_types::t5>();
20 }