From f98fd38fd7510598b5260bbd0f2859775df88d2b Mon Sep 17 00:00:00 2001 From: mattn Date: Fri, 25 Nov 2011 21:48:03 +0900 Subject: rename. --- template/cpp/base-boost-main.cpp | 9 --------- template/cpp/base-main-boost.cpp | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 template/cpp/base-boost-main.cpp create mode 100644 template/cpp/base-main-boost.cpp (limited to 'template') diff --git a/template/cpp/base-boost-main.cpp b/template/cpp/base-boost-main.cpp deleted file mode 100644 index dab2cde..0000000 --- a/template/cpp/base-boost-main.cpp +++ /dev/null @@ -1,9 +0,0 @@ -#include -#include -#include - -int -main(int argc, char* argv[]) { - {{_cursor_}} - return 0; -} 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 +#include +#include + +int +main(int argc, char* argv[]) { + {{_cursor_}} + return 0; +} -- cgit v1.2.3-54-g00ecf