]> git.lyx.org Git - lyx.git/commit
Remove support/metahash.h
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 19 May 2016 15:13:07 +0000 (17:13 +0200)
committerRichard Heck <rgheck@lyx.org>
Sun, 29 May 2016 21:55:45 +0000 (17:55 -0400)
commit5ee778af752f9d0f97226365a5c73823ad9c2ffb
tree861f4c847d55ae10e49a0da4873094b6e8aa03ba
parent68a1f9a44ea36691ada208d4c7d3d49ffab32f3b
Remove support/metahash.h

It turns out that it did not take off since introduced in 2011. It is better to remove it and the associated boost headers (extract.sh was run against boost 1.60 to do the update).

Since we will move away from several boost classes when transitioning to C++11, it is good to start by removing lesser used ones.
22 files changed:
3rdparty/boost/boost/iterator/minimum_category.hpp [deleted file]
3rdparty/boost/boost/mpl/aux_/empty_impl.hpp [deleted file]
3rdparty/boost/boost/mpl/aux_/insert_impl.hpp [deleted file]
3rdparty/boost/boost/mpl/aux_/insert_range_impl.hpp [deleted file]
3rdparty/boost/boost/mpl/aux_/iter_push_front.hpp [deleted file]
3rdparty/boost/boost/mpl/aux_/joint_iter.hpp [deleted file]
3rdparty/boost/boost/mpl/char.hpp [deleted file]
3rdparty/boost/boost/mpl/char_fwd.hpp [deleted file]
3rdparty/boost/boost/mpl/copy.hpp [deleted file]
3rdparty/boost/boost/mpl/empty.hpp [deleted file]
3rdparty/boost/boost/mpl/insert.hpp [deleted file]
3rdparty/boost/boost/mpl/insert_fwd.hpp [deleted file]
3rdparty/boost/boost/mpl/insert_range.hpp [deleted file]
3rdparty/boost/boost/mpl/insert_range_fwd.hpp [deleted file]
3rdparty/boost/boost/mpl/joint_view.hpp [deleted file]
3rdparty/boost/boost/mpl/limits/string.hpp [deleted file]
3rdparty/boost/boost/mpl/string.hpp [deleted file]
3rdparty/boost/boost/preprocessor/arithmetic/div.hpp [deleted file]
3rdparty/boost/boost/type_traits/same_traits.hpp [deleted file]
3rdparty/boost/extract.sh
src/Text.cpp
src/support/metahash.h [deleted file]