~ubuntu-branches/debian/sid/boost1.49/sid

« back to all changes in this revision

Viewing changes to libs/icl/test/fastest_interval_set_infix_cases.hpp

  • Committer: Package Import Robot
  • Author(s): Steve M. Robbins
  • Date: 2012-02-26 00:31:44 UTC
  • Revision ID: package-import@ubuntu.com-20120226003144-eaytp12cbf6ubpms
Tags: upstream-1.49.0
ImportĀ upstreamĀ versionĀ 1.49.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 BOOST_ICL_FASTEST_INTERVAL_SET_INFIX_CASES_HPP_JOFA_090702
 
9
#define BOOST_ICL_FASTEST_INTERVAL_SET_INFIX_CASES_HPP_JOFA_090702
 
10
 
 
11
BOOST_AUTO_TEST_CASE
 
12
(fastest_icl_interval_set_infix_plus_overload_4_bicremental_types)
 
13
{            interval_set_infix_plus_overload_4_bicremental_types<INTERVAL_SET, bicremental_type_1>();}
 
14
 
 
15
BOOST_AUTO_TEST_CASE
 
16
(fastest_icl_interval_set_infix_pipe_overload_4_bicremental_types)
 
17
{            interval_set_infix_pipe_overload_4_bicremental_types<INTERVAL_SET, bicremental_type_2>();}
 
18
 
 
19
BOOST_AUTO_TEST_CASE
 
20
(fastest_icl_interval_set_infix_minus_overload_4_bicremental_types)
 
21
{            interval_set_infix_minus_overload_4_bicremental_types<INTERVAL_SET, bicremental_type_3>();}
 
22
 
 
23
BOOST_AUTO_TEST_CASE
 
24
(fastest_icl_interval_set_infix_et_overload_4_bicremental_types)
 
25
{            interval_set_infix_et_overload_4_bicremental_types<INTERVAL_SET, bicremental_type_4>();}
 
26
 
 
27
BOOST_AUTO_TEST_CASE
 
28
(fastest_icl_interval_set_infix_caret_overload_4_bicremental_types)
 
29
{            interval_set_infix_caret_overload_4_bicremental_types<INTERVAL_SET, bicremental_type_5>();}
 
30
 
 
31
#endif // BOOST_ICL_FASTEST_INTERVAL_SET_INFIX_CASES_HPP_JOFA_090702
 
32
 
 
33
 
 
34