]> git.lyx.org Git - lyx.git/commitdiff
We do not use <boost/scoped_array.hpp> anymore
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 20 May 2016 08:19:02 +0000 (10:19 +0200)
committerRichard Heck <rgheck@lyx.org>
Sun, 29 May 2016 21:55:45 +0000 (17:55 -0400)
The code using it  was removed at 81959251.

3rdparty/boost/extract.sh
src/support/FileName.cpp

index f37448456bcd3a0662564121bbf028756825be2e..e1ba8faafeb0c4492b9d339ad7797930f6e2a11c 100755 (executable)
@@ -30,7 +30,6 @@ bcp --boost=$1 \
        boost/lexical_cast.hpp \
        boost/noncopyable.hpp \
        boost/regex.hpp \
-       boost/scoped_array.hpp \
        boost/scoped_ptr.hpp \
        boost/shared_ptr.hpp \
        boost/signal.hpp \
index 6d40687a2584f2bc912c73578b3c22e3957bf6b6..929c4165bebd541bead6ce6e7a6a61774e12f89d 100644 (file)
@@ -31,7 +31,6 @@
 #include <QTime>
 
 #include <boost/crc.hpp>
-#include <boost/scoped_array.hpp>
 
 #include <algorithm>
 #include <iterator>