aboutsummaryrefslogtreecommitdiff
path: root/template/cpp/base-boost-main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'template/cpp/base-boost-main.cpp')
-rw-r--r--template/cpp/base-boost-main.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/template/cpp/base-boost-main.cpp b/template/cpp/base-boost-main.cpp
new file mode 100644
index 0000000..bc08371
--- /dev/null
+++ b/template/cpp/base-boost-main.cpp
@@ -0,0 +1,10 @@
+#include <iostream>
+#include <string>
+#include <boost/foreach.hpp>
+
+int
+main(int argc, char* argv[]) {
+ {{_cursor_}}
+ return 0;
+}
+{{_filter_:boost}}