summaryrefslogtreecommitdiffhomepage
path: root/include/stc/algorithm.h
diff options
context:
space:
mode:
author_Tradam <[email protected]>2023-09-08 01:29:47 +0000
committerGitHub <[email protected]>2023-09-08 01:29:47 +0000
commit3c76c7f3d5db3f9586a90d03f8fbb02d79de9acd (patch)
treeafbe4b540967223911f7c5de36559b82154f02f3 /include/stc/algorithm.h
parent0841165881871ee01b782129be681209aeed2423 (diff)
parent1a72205fe05c2375cfd380dd8381a8460d9ed8d1 (diff)
downloadSTC-modified-3c76c7f3d5db3f9586a90d03f8fbb02d79de9acd.tar.gz
STC-modified-3c76c7f3d5db3f9586a90d03f8fbb02d79de9acd.zip
Merge branch 'stclib:master' into modifiedHEADmodified
Diffstat (limited to 'include/stc/algorithm.h')
-rw-r--r--include/stc/algorithm.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/stc/algorithm.h b/include/stc/algorithm.h
new file mode 100644
index 00000000..cf3ab328
--- /dev/null
+++ b/include/stc/algorithm.h
@@ -0,0 +1,8 @@
+#ifndef STC_CALGO_INCLUDED
+#define STC_CALGO_INCLUDED
+
+#include "algo/raii.h"
+#include "algo/crange.h"
+#include "algo/filter.h"
+
+#endif