From: Deborah H. <de...@us...> - 2001-08-08 16:54:00
|
Update of /cvsroot/tics/tics/include In directory usw-pr-cvs1:/tmp/cvs-serv28782/include Modified Files: Exception.h Log Message: TICS compiles cleanly on GCC-3.0 with libstdc++-v3. The tlisp and tics unit tests blow up on compile down in basic_ios.h, and I'm not sure why. The net socketbuf implementation for libstdc++-v3 doesn't work yet. But it's a start. Backwards compatibility is maintained via autoconf where necessary (and I tried to limit where it was necessary as best I could). All the unit tests still run under GCC-2.95.3 with libstdc++-v2. Of course, I'm using nonstandard extensions to the Standard C++ library (thus the broken socketbuf implementation in libstdc++-v3 support) so this has to get fixed eventually. |