Georg Baum b596330093 Fix compilation with boost 1.58
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.
2015-05-16 00:05:23 +02:00
..
2014-12-23 22:18:08 +01:00
2015-05-16 00:05:23 +02:00
2004-11-20 09:08:45 +00:00
2008-05-23 12:07:29 +00:00