X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2Flyxalgo.h;h=d1aa023e1e918dd9ecfe2ad4799245f9070598fe;hb=8d640dc77608bedddb5b00982c23665584f52d21;hp=b3a08241b42523727a9cd5777544b8d49f9cb24c;hpb=2caa98bee0f735a515f0cdbef6116fceed24a085;p=lyx.git diff --git a/src/support/lyxalgo.h b/src/support/lyxalgo.h index b3a08241b4..d1aa023e1e 100644 --- a/src/support/lyxalgo.h +++ b/src/support/lyxalgo.h @@ -4,7 +4,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Lars Gullik Bjønnes + * \author Lars Gullik Bjønnes * * Full author contact details are available in file CREDITS. * @@ -83,6 +83,12 @@ void eliminate_duplicates(C & c) c.erase(std::unique(c.begin(), c.end()), c.end()); } + +using std::next; + + +using std::prev; + } // namespace lyx #endif // LYX_ALGO_H