We do not use <boost/scoped_array.hpp> anymore

The code using it  was removed at 81959251.
This commit is contained in:
Jean-Marc Lasgouttes 2016-05-20 10:19:02 +02:00 committed by Richard Heck
parent 5ee778af75
commit d0a318c742
2 changed files with 0 additions and 2 deletions

View File

@ -30,7 +30,6 @@ bcp --boost=$1 \
boost/lexical_cast.hpp \ boost/lexical_cast.hpp \
boost/noncopyable.hpp \ boost/noncopyable.hpp \
boost/regex.hpp \ boost/regex.hpp \
boost/scoped_array.hpp \
boost/scoped_ptr.hpp \ boost/scoped_ptr.hpp \
boost/shared_ptr.hpp \ boost/shared_ptr.hpp \
boost/signal.hpp \ boost/signal.hpp \

View File

@ -31,7 +31,6 @@
#include <QTime> #include <QTime>
#include <boost/crc.hpp> #include <boost/crc.hpp>
#include <boost/scoped_array.hpp>
#include <algorithm> #include <algorithm>
#include <iterator> #include <iterator>