I get the following with gcc 2.95.2 and gcc 2.96:

../../lyx-devel/src/CutAndPaste.C: In function `vector<string, 
allocator<string> > CutAndPaste::availableSelections (const Buffer &)':
../../lyx-devel/src/CutAndPaste.C:60: result of `operator->()' yields 
non-pointer result
/usr/include/g++-3/stl_deque.h: In method `_Ptr _Deque_iterator<_Tp, 
_Ref, _Ptr, __bufsiz>::operator-> () const [with _Tp = 
pair<ParagraphList, textclass_type>, _Ref = const pair<ParagraphList, 
textclass_type> &, _Ptr = const pair<ParagraphList, textclass_type> &, 
unsigned int __bufsiz = 0]':
../../lyx-devel/src/CutAndPaste.C:60:   instantiated from here
/usr/include/g++-3/stl_deque.h:138: could not convert 
`this->_Deque_iterator<pair<ParagraphList, textclass_type>, const 
pair<ParagraphList, textclass_type> &, const pair<ParagraphList, 
textclass_type> &, 0>::_M_cur' to `const pair<ParagraphList, 
textclass_type> &'
make[3]: *** [CutAndPaste.o] Error 1

What can this be?

JMarc

Reply via email to