Georg Baum wrote:
Abdelrazak Younes wrote:
Jürgen Spitzmüller wrote:
Index: src/CoordCache.h
===
--- src/CoordCache.h(Revision 20461)
+++ src/CoordCache.h(Arbeitskopie)
@@ -108,8 +108,8 @@
bool covers(T const * th
On Mon, Sep 24, 2007 at 09:16:30PM +0200, Andre Poenitz wrote:
> On Mon, Sep 24, 2007 at 04:22:47PM +0200, Jürgen Spitzmüller wrote:
> > Jean-Marc Lasgouttes wrote:
> > > Did not work. This is gcc 3.4.1, BTW.
> >
> > Same here. This one at least makes it compile again:
> >
> > Index: src/CoordCac
> 'typename' missing in the original version?
Yes, and another one is still missing. I have just fixed it.
Bo
On Mon, Sep 24, 2007 at 04:22:47PM +0200, Jürgen Spitzmüller wrote:
> Jean-Marc Lasgouttes wrote:
> > Did not work. This is gcc 3.4.1, BTW.
>
> Same here. This one at least makes it compile again:
>
> Index: src/CoordCache.h
> ===
>
> typename cache_type::const_iterator it ...
>
> . In older versions of the standard an implicit typename was assumed, and I
> guess that your MSVC still allows this.
Yes. typename is required by gcc.
Bo
Georg Baum wrote:
> typename cache_type::const_iterator it ...
This works.
Index: src/CoordCache.h
===
--- src/CoordCache.h(Revision 20461)
+++ src/CoordCache.h(Arbeitskopie)
@@ -108,7 +108,7 @@
bool covers(T const *
Abdelrazak Younes wrote:
> Jürgen Spitzmüller wrote:
>> Index: src/CoordCache.h
>> ===
>> --- src/CoordCache.h(Revision 20461)
>> +++ src/CoordCache.h(Arbeitskopie)
>> @@ -108,8 +108,8 @@
>>
>> bool covers(T const * t
Jürgen Spitzmüller wrote:
Jean-Marc Lasgouttes wrote:
Did not work. This is gcc 3.4.1, BTW.
Same here. This one at least makes it compile again:
Index: src/CoordCache.h
===
--- src/CoordCache.h(Revision 20461)
+++ src/CoordCa
Jürgen Spitzmüller wrote:
Jean-Marc Lasgouttes wrote:
Did not work. This is gcc 3.4.1, BTW.
Same here. This one at least makes it compile again:
Index: src/CoordCache.h
===
--- src/CoordCache.h(Revision 20461)
+++ src/CoordCa
Jean-Marc Lasgouttes wrote:
> Did not work. This is gcc 3.4.1, BTW.
Same here. This one at least makes it compile again:
Index: src/CoordCache.h
===
--- src/CoordCache.h(Revision 20461)
+++ src/CoordCache.h(Arbeitskopie)
@@ -
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
> Weird... maybe a missing header then? should in principle
> contains everything required but could you try adding ?
Did not work. This is gcc 3.4.1, BTW.
JMarc
Jean-Marc Lasgouttes wrote:
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
cache_type is defined just after, I guess your compiler doesn't see
it. If I was a compiler expert, I'd say your compiler is broken ;-)
Just replace cache_type to std::map and it will
compile. Or put the typedef definitio
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
> cache_type is defined just after, I guess your compiler doesn't see
> it. If I was a compiler expert, I'd say your compiler is broken ;-)
> Just replace cache_type to std::map and it will
> compile. Or put the typedef definition at the top of the cla
Jean-Marc Lasgouttes wrote:
Here is what I get:
In file included from ../../../../lyx-devel/src/BufferView.h:18,
from
../../../../lyx-devel/src/frontends/controllers/ControlCommandBuffer.cpp:17:
../../../../lyx-devel/src/CoordCache.h: In member function `bool
lyx::CoordCacheBa
Here is what I get:
In file included from ../../../../lyx-devel/src/BufferView.h:18,
from
../../../../lyx-devel/src/frontends/controllers/ControlCommandBuffer.cpp:17:
../../../../lyx-devel/src/CoordCache.h: In member function `bool
lyx::CoordCacheBase::covers(const T*, int, int
15 matches
Mail list logo