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
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 & val
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
--- src/BufferV