aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--template/boost-main.cxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/template/boost-main.cxx b/template/boost-main.cxx
new file mode 100644
index 0000000..e3d37ce
--- /dev/null
+++ b/template/boost-main.cxx
@@ -0,0 +1,8 @@
+#include <iostream>
+#include <boost/foreach.hpp>
+
+int
+main(int argc, char* argv[]) {
+ {{_cursor_}}
+ return 0;
+}