Remove need for boost::function_types library

This commit is contained in:
Jason Turner
2011-09-12 08:18:51 -06:00
parent 194001f9a1
commit 6f282b6a56
5 changed files with 42 additions and 31 deletions

View File

@@ -15,6 +15,7 @@
#include <vector>
#include <iostream>
#include <deque>
#include <algorithm>
#include "boxed_value.hpp"
#include "type_info.hpp"