lyx_mirror/boost
Georg Baum ef81af7037 Fix compilation with boost 1.60
Newer boost versions use complicated type traits for boost::next and
boost::prior, which do not work with the RandomAccessList iterators.
The long term solution is to use std::next and std::prev, for now supply
simple replacements for compilers that do not support C++11 yet.

This is was cherry picked from b5963300 and 7e72c1d0d3.
2016-02-03 15:51:08 +01:00
..
boost Update to boost 1.60 2016-01-14 19:08:46 +01:00
libs Update to boost 1.60 2016-01-14 19:08:46 +01:00
.gitignore Setup .gitignore for generated files 2012-03-22 02:16:12 +01:00
CMakeLists.txt cmake: move CMakeLists.txt into source dir (multiple steps) 2011-05-10 17:44:41 +00:00
extract.sh Fix compilation with boost 1.60 2016-02-03 15:51:08 +01:00
LICENSE_1_0.txt
lyxboost.cpp
Makefile.am internal boost distribution missed an internal header file 2012-01-06 07:59:36 +00:00
pch.h