aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2011-10-27 19:58:03 +0900
committermattn <mattn.jp@gmail.com>2011-10-27 19:58:03 +0900
commit5402106764cf0aea185f48dc1ca4d1e6356f7fd2 (patch)
tree094db3abf82f4695007d6e96fb78061b3efc781a
parent10738f7588381d8c04c1a539c2efae3b3f8d4f45 (diff)
downloadvim-sonictemplate-5402106764cf0aea185f48dc1ca4d1e6356f7fd2.tar.gz
vim-sonictemplate-5402106764cf0aea185f48dc1ca4d1e6356f7fd2.tar.bz2
vim-sonictemplate-5402106764cf0aea185f48dc1ca4d1e6356f7fd2.zip
add boost-main
-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;
+}