diff options
Diffstat (limited to 'template/cpp/base-main-boost.cpp')
-rw-r--r-- | template/cpp/base-main-boost.cpp | 9 |
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; -} |