[patch] some usign std:: stuff

2004-01-27 Thread Lars Gullik Bjønnes
Objections? ? Config ? advdist.diff ? positer.diff ? usingstd.diff Index: src/BufferView.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/BufferView.C,v retrieving revision 1.223 diff -u -p -b -r1.223 BufferView.C ---

Re: [patch] some usign std:: stuff

2004-01-27 Thread Angus Leeming
Lars Gullik Bjønnes wrote: Objections? Why not add a using std::vector here too? Index: src/frontends/qt2/QPrefs.C === @@ -323,11 +324,12 @@ templateclass A typename std::vectorA::size_type findPos(std::vectorA const vec, A

Re: [patch] some usign std:: stuff

2004-01-27 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | Lars Gullik Bjønnes wrote: Objections? | Why not add a using std::vector here too? I didn't want to muck with the findPos function (same exact function exists more than one place.) | It's not really taking us anywhere exciting though, is it? It

[patch] some usign std:: stuff

2004-01-27 Thread Lars Gullik Bjønnes
Objections? ? Config ? advdist.diff ? positer.diff ? usingstd.diff Index: src/BufferView.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/BufferView.C,v retrieving revision 1.223 diff -u -p -b -r1.223 BufferView.C ---

Re: [patch] some usign std:: stuff

2004-01-27 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > Objections? Why not add a using std::vector here too? Index: src/frontends/qt2/QPrefs.C === @@ -323,11 +324,12 @@ template typename std::vector::size_type findPos(std::vector const & vec, A const &

Re: [patch] some usign std:: stuff

2004-01-27 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: > >> Objections? > | Why not add a using std::vector here too? I didn't want to muck with the findPos function (same exact function exists more than one place.) | It's not really taking us anywhere exciting though, is it?