Re: cvs commit: libh/bin/tclh Makefile tclh.cc libh/include Log.hh Pointer.hh ProgressIndicator.hh String.hh limits libh/include/database DatabaseEngineDb185.hh libh/include/file Archive.hh libh/include/hui Hui.hh libh/lib/common ...
Alexander Langer <[email protected]> Thu, 26 Sep 2002 00:26:48 +0200
| Newsgroups | gmane.os.freebsd.devel.libh |
|---|---|
| Message-ID | <[email protected]> |
Thus spake Alexander Langer ([email protected]): > Fix build with GCC 3.x This probably breaks builds with gcc 2.x, but only because gcc 2.x doesn't comform to the C++ standards. I suggest we only use GCC 3.x from now. Btw, this fix includes a lot of ugly hacks, e.g. the additional public: declarations in Hui.hh, but I saw no other, cleaner, way. They have to be public anyways, since they are used elsewhere. Alex To Unsubscribe: send mail to [email protected] with "unsubscribe freebsd-libh" in the body of the message