| 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_algorithm3.hpp" |
| 10 | |
| 11 | #include "function_types.hpp" |
| 12 | #include "test_algorithm_impl.hpp" |
| 13 | |
| 14 | void test_algorithm3() |
| 15 | { |
| 16 | test_algorithm< |
| 17 | function_types::collection,jammed_auto_increment,function_types::to_int, |
| 18 | function_types::t1,function_types::t2,function_types::t3, |
| 19 | function_types::t4,function_types::t5>(); |
| 20 | } |
| 21 |
