aboutsummaryrefslogtreecommitdiff
path: root/template/cpp/base-boost-main.cpp
blob: dab2cde6f6c8717bd51d4d3767ef0edb01515ccd (plain)
1
2
3
4
5
6
7
8
9
#include <iostream>
#include <string>
#include <boost/foreach.hpp>

int
main(int argc, char* argv[]) {
	{{_cursor_}}
	return 0;
}