]> git.lyx.org Git - features.git/commit
Create a new support function lyx::count to use in place of std::count.
authorAngus Leeming <leeming@lyx.org>
Mon, 14 Jan 2002 13:04:06 +0000 (13:04 +0000)
committerAngus Leeming <leeming@lyx.org>
Mon, 14 Jan 2002 13:04:06 +0000 (13:04 +0000)
commit754d59b4a167b9cbf39473189b335fcc89baaca6
tree09d9e4e41bf18b6d9a045629f409da227e749438
parent3b7dd942e6640660759b1a21cc23dc8cb09f0f6d
Create a new support function lyx::count to use in place of std::count.
Remove countChar as lyx::count superceeds it.
Use the new function.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3372 a592a061-630c-0410-9148-cb99ea01b6c8
14 files changed:
src/BufferView2.C
src/ChangeLog
src/buffer.C
src/frontends/xforms/ChangeLog
src/frontends/xforms/FormMathsMatrix.C
src/insets/ChangeLog
src/insets/insettext.C
src/mathed/ChangeLog
src/mathed/math_mathmlstream.C
src/mathed/math_streamstr.C
src/support/ChangeLog
src/support/lstrings.C
src/support/lstrings.h
src/support/lyxalgo.h