mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
ef81af7037
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 |
||
---|---|---|
.. | ||
boost | ||
libs | ||
.gitignore | ||
CMakeLists.txt | ||
extract.sh | ||
LICENSE_1_0.txt | ||
lyxboost.cpp | ||
Makefile.am | ||
pch.h |