]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/icl/test/test_interval_cases.hpp
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / icl / test / test_interval_cases.hpp
1 /*-----------------------------------------------------------------------------+
2 Copyright (c) 2008-2009: Joachim Faulhaber
3 +------------------------------------------------------------------------------+
4 Distributed under the Boost Software License, Version 1.0.
5 (See accompanying file LICENCE.txt or copy at
6 http://www.boost.org/LICENSE_1_0.txt)
7 +-----------------------------------------------------------------------------*/
8 #ifndef __test_IntervalT_hpp_JOFA_100401__
9 #define __test_IntervalT_hpp_JOFA_100401__
10
11 BOOST_AUTO_TEST_CASE_TEMPLATE
12 (test_icl_interval_ctor_4_ordered_types, T, ORDERED_TYPES)
13 { interval_ctor_4_ordered_types<T, std::less, INTERVAL>();}
14
15 BOOST_AUTO_TEST_CASE_TEMPLATE
16 (test_icl_interval_ctor_4_bicremental_types, T, BICREMENTAL_TYPES)
17 { interval_ctor_4_bicremental_types<T, std::less, INTERVAL>();}
18
19 #endif // __test_IntervalT_hpp_JOFA_100401__