|
27 | 27 | #include "tuple/pop_back.hpp"
|
28 | 28 | #include "tuple/pop_front.hpp"
|
29 | 29 | #include "tuple/split.hpp"
|
30 |
| -#include "tuple/remove_if.hpp" |
31 |
| -#include "tuple/all_of.hpp" |
32 |
| -#include "tuple/one_of.hpp" |
33 | 30 | #include "tuple/element_swap.hpp"
|
34 | 31 | #include "tuple/trim.hpp"
|
35 | 32 | #include "tuple/erase.hpp"
|
36 | 33 | #include "tuple/copy.hpp"
|
37 | 34 | #include "tuple/erase.hpp"
|
38 |
| -#include "tuple/replace.hpp" |
39 |
| -#include "tuple/find.hpp" |
40 |
| -#include "tuple/find_if.hpp" |
41 | 35 | #include "tuple/make_tuple.hpp"
|
42 | 36 |
|
| 37 | +// algorithm |
| 38 | +#include "algorithm/count.hpp" |
| 39 | +#include "algorithm/transform.hpp" |
| 40 | +#include "algorithm/all_of.hpp" |
| 41 | +#include "algorithm/one_of.hpp" |
| 42 | +#include "algorithm/remove_if.hpp" |
| 43 | +#include "algorithm/replace.hpp" |
| 44 | +#include "algorithm/replace_if.hpp" |
| 45 | +#include "algorithm/find.hpp" |
| 46 | +#include "algorithm/find_if.hpp" |
| 47 | +#include "algorithm/find_next.hpp" |
| 48 | +#include "algorithm/random_shuffle.hpp" |
| 49 | + |
43 | 50 | // control
|
44 | 51 | #include "control/if.hpp"
|
45 | 52 | #include "control/switch.hpp"
|
|
0 commit comments