On Friday 29 August 2003 18:49, Jeremy C. Reed wrote: > > Does anyone know if that fix will work for other (older) versions of gcc > too? And is it specific for any operating system? (Because if it is good > for all then I will add to NetBSD's pkgsrc for blackbox. By the way, I > am using this NetBSD's pkgsrc under Linux.) >
the proper fix is to add '#include <cassert>' to the top of the file in question. The cassert header is the standard C++ header. It should work on any compiler that tries to follow the C++ standard. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] List archives: http://asgardsrealm.net/lurker/splash/index.html Trouble? Contact [EMAIL PROTECTED]
