diff options
author | mattn <mattn.jp@gmail.com> | 2011-10-27 19:58:03 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2011-10-27 19:58:03 +0900 |
commit | 5402106764cf0aea185f48dc1ca4d1e6356f7fd2 (patch) | |
tree | 094db3abf82f4695007d6e96fb78061b3efc781a /template | |
parent | 10738f7588381d8c04c1a539c2efae3b3f8d4f45 (diff) | |
download | vim-sonictemplate-5402106764cf0aea185f48dc1ca4d1e6356f7fd2.tar.gz vim-sonictemplate-5402106764cf0aea185f48dc1ca4d1e6356f7fd2.tar.bz2 vim-sonictemplate-5402106764cf0aea185f48dc1ca4d1e6356f7fd2.zip |
add boost-main
Diffstat (limited to 'template')
-rw-r--r-- | template/boost-main.cxx | 8 |
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; +} |