]> git.lyx.org Git - lyx.git/commit
Call lyx::next and lyx::prev explicitely. In case libc++ provides
authorStephan Witt <switt@lyx.org>
Sun, 10 Jan 2016 16:59:42 +0000 (17:59 +0100)
committerStephan Witt <switt@lyx.org>
Sun, 10 Jan 2016 17:06:15 +0000 (18:06 +0100)
commit7e72c1d0d31c2b3155c4767f830cc861716ba357
tree0ca55d75b0928fff6d32698c5e3ea85e032872e7
parent34cbec9074c384e5eaa57e5a4fb1092a52605bce
Call lyx::next and lyx::prev explicitely. In case libc++ provides
std::next even when not in C++11 mode this is necessary. E.g. with
clang from Xcode7 on Mac OS X.
src/Compare.cpp
src/CutAndPaste.cpp
src/Text.cpp
src/Text2.cpp
src/Text3.cpp
src/output_docbook.cpp
src/output_latex.cpp