Replaced deprecated cast.hpp with polymorphic_cast.hpp. Droped dependency to the Numeric library

This commit is contained in:
Antony Polukhin
2014-06-09 13:21:24 +04:00
parent 5ce6dc7814
commit 5ba77001dd
4 changed files with 1 additions and 4 deletions

View File

@ -19,7 +19,6 @@
#include <boost/range/reference.hpp>
#include <boost/range/value_type.hpp>
#include <boost/range/iterator_range_core.hpp>
#include <boost/cast.hpp>
namespace boost
{