> 21:44 mmj@tiger:..ld/blackbox-0.65.0alpha5/ > c++ --version
> c++ (GCC) 3.1
> Copyright (C) 2002 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.  There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
> 

yep, silly me I forgot to use the 3.x compiler before releasing.

Brad's new code uses incorrect STL calls.  He tries to use the begin() iterator
as a pointer to the array in the vector.  This happens to work on some
implementations (g++ 2.9x being one of them) but is not proper.  I have this
fixed in cvs and was just getting ready to make a alpha6 release.

Reply via email to