updated to newer BOOST versions

This commit is contained in:
2012-02-01 06:54:23 +00:00
parent ad383bad60
commit 5d7eec9b78
6 changed files with 27 additions and 15 deletions

View File

@@ -1,3 +1,5 @@
#include <cstring>
#include <iostream>
#include <string>
using namespace std;
@@ -81,7 +83,6 @@ int main(int argc, char *argv[])
} else {
vector<string> lines;
handle_input(lines);
cout << endl << "lines.size() = " << lines.size();
fcnHandler = new PFunctionHandler(lines);
}