mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
We do not use <boost/scoped_array.hpp> anymore
The code using it was removed at 81959251
.
This commit is contained in:
parent
5ee778af75
commit
d0a318c742
1
3rdparty/boost/extract.sh
vendored
1
3rdparty/boost/extract.sh
vendored
@ -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 \
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user