From d15be3ec69704fb16fea6750e1824a00252a977a Mon Sep 17 00:00:00 2001 From: mattn Date: Thu, 27 Oct 2011 19:59:34 +0900 Subject: ad boost stuff. --- template/boost-foreach.cpp | 3 +++ template/boost-main.cpp | 8 ++++++++ template/boost-main.cxx | 8 -------- template/foreach.cpp | 3 --- 4 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 template/boost-foreach.cpp create mode 100644 template/boost-main.cpp delete mode 100644 template/boost-main.cxx delete mode 100644 template/foreach.cpp (limited to 'template') diff --git a/template/boost-foreach.cpp b/template/boost-foreach.cpp new file mode 100644 index 0000000..411e066 --- /dev/null +++ b/template/boost-foreach.cpp @@ -0,0 +1,3 @@ +BOOST_FOREACH(auto x, {{_input_:variable}}) { + {{_cursor_}} +} diff --git a/template/boost-main.cpp b/template/boost-main.cpp new file mode 100644 index 0000000..e3d37ce --- /dev/null +++ b/template/boost-main.cpp @@ -0,0 +1,8 @@ +#include +#include + +int +main(int argc, char* argv[]) { + {{_cursor_}} + return 0; +} diff --git a/template/boost-main.cxx b/template/boost-main.cxx deleted file mode 100644 index e3d37ce..0000000 --- a/template/boost-main.cxx +++ /dev/null @@ -1,8 +0,0 @@ -#include -#include - -int -main(int argc, char* argv[]) { - {{_cursor_}} - return 0; -} diff --git a/template/foreach.cpp b/template/foreach.cpp deleted file mode 100644 index 411e066..0000000 --- a/template/foreach.cpp +++ /dev/null @@ -1,3 +0,0 @@ -BOOST_FOREACH(auto x, {{_input_:variable}}) { - {{_cursor_}} -} -- cgit v1.2.3-54-g00ecf