
30 May
2005
30 May
'05
5:44 p.m.
Thorsten Ottosen wrote:
"Jonathan Turkanis" <technews@kangaroologic.com> wrote in message news:d7ekga$h26$1@sea.gmane.org...
Hi Thorsten,
I made two changes to range, which should only affect gcc-2.95 and Borland:
- in begin.hpp and end.hpp I applied some of the Borland workarounds to gcc-2.95 as well - in iterator_range.hpp, I removed some Borland workarounds which were causing iostreams to fail on Borland, and which did not seem to be necessary. The same tests passed with and without the workarounds.
btw, does this mean that we should declare gcc-2.95 as a supported platform?
I'm not sure -- I only use iterator_range, which worked before on gcc-2.95 even though some other tests failed. I'll run the regression tests on that platform. Jonathan