aboutsummaryrefslogtreecommitdiff
path: root/template/cpp/base-main-boost.cpp
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2012-11-28 21:59:22 +0900
committermattn <mattn.jp@gmail.com>2012-11-28 21:59:22 +0900
commit9b6b7d3869dff236733c013287f5a80ac1ac9692 (patch)
tree937cf3c7d5236d45036e8fe1693ec0c2be6bc5da /template/cpp/base-main-boost.cpp
parente3fb27897895fcf6e928444c601cc182be33140a (diff)
downloadvim-sonictemplate-9b6b7d3869dff236733c013287f5a80ac1ac9692.tar.gz
vim-sonictemplate-9b6b7d3869dff236733c013287f5a80ac1ac9692.tar.bz2
vim-sonictemplate-9b6b7d3869dff236733c013287f5a80ac1ac9692.zip
apply filters.
Diffstat (limited to 'template/cpp/base-main-boost.cpp')
-rw-r--r--template/cpp/base-main-boost.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/template/cpp/base-main-boost.cpp b/template/cpp/base-main-boost.cpp
deleted file mode 100644
index dab2cde..0000000
--- a/template/cpp/base-main-boost.cpp
+++ /dev/null
@@ -1,9 +0,0 @@
-#include <iostream>
-#include <string>
-#include <boost/foreach.hpp>
-
-int
-main(int argc, char* argv[]) {
- {{_cursor_}}
- return 0;
-}