summaryrefslogtreecommitdiffhomepage
path: root/include/stc/calgo.h
blob: 63ef97b9ad057ffac3bf16e1d6d691952a381f06 (plain)
1
2
3
4
5
6
7
8
9
#ifndef STC_CALGO_INCLUDED
#define STC_CALGO_INCLUDED

#include "algo/raii.h"
#include "algo/crange.h"
#include "algo/filter.h"
#include "algo/coroutine.h"

#endif