diff options
author | mattn <mattn.jp@gmail.com> | 2011-11-25 21:48:03 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2011-11-25 21:48:03 +0900 |
commit | f98fd38fd7510598b5260bbd0f2859775df88d2b (patch) | |
tree | 4075015e065311b297e4af6df2289b786465aa46 /template/cpp/base-main-boost.cpp | |
parent | fe0d4e7fcb5da4b04098257af8285e4cd3217fd2 (diff) | |
download | vim-sonictemplate-f98fd38fd7510598b5260bbd0f2859775df88d2b.tar.gz vim-sonictemplate-f98fd38fd7510598b5260bbd0f2859775df88d2b.tar.bz2 vim-sonictemplate-f98fd38fd7510598b5260bbd0f2859775df88d2b.zip |
rename.
Diffstat (limited to 'template/cpp/base-main-boost.cpp')
-rw-r--r-- | template/cpp/base-main-boost.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/template/cpp/base-main-boost.cpp b/template/cpp/base-main-boost.cpp new file mode 100644 index 0000000..dab2cde --- /dev/null +++ b/template/cpp/base-main-boost.cpp @@ -0,0 +1,9 @@ +#include <iostream> +#include <string> +#include <boost/foreach.hpp> + +int +main(int argc, char* argv[]) { + {{_cursor_}} + return 0; +} |