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