Georg Baum wrote: > Am Dienstag, 15. Februar 2005 19:58 schrieb Angus Leeming: >> These patches work around a bug in the gcc 2.95 STL implementation. > > 1.4 does not work with the gcc 2.95 STL at all. One needs to use STLport. > Fortunately I don't have to use gcc 2.95 anymore, but I have this > compiler + STLport still in a workable state and could check wether the > compilation still works if needed.
<shrug> I don't think we need worry too much. Bennett says he has to use gcc 2.95 for LyX 1.3.x on MacOSX but that gcc 3.3/4 works fine with LyX 1.4.x. The particular fix I just checked in is a little less elegant than using ostringstream::tellp() but is functionally identical if ostringstream::tellp() is working. </shrug> -- Angus