Eliminate boost::lexical_cast usage completely #39

This commit is contained in:
Jason Turner
2012-06-03 09:20:15 -06:00
parent 832df7f9e8
commit d2aba2ef56
5 changed files with 28 additions and 20 deletions

View File

@@ -12,8 +12,6 @@
#include <map>
#include <set>
#include <boost/shared_ptr.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/tuple/tuple.hpp>
#include <stdexcept>
#include <vector>
#include <iostream>