From owner-freebsd-bugs Tue Apr 15 01:46:30 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA26337 for bugs-outgoing; Tue, 15 Apr 1997 01:46:30 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA26324 for ; Tue, 15 Apr 1997 01:46:20 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id SAA19962; Tue, 15 Apr 1997 18:39:10 +1000 Date: Tue, 15 Apr 1997 18:39:10 +1000 From: Bruce Evans Message-Id: <199704150839.SAA19962@godzilla.zeta.org.au> To: bde@zeta.org.au, phk@dk.tfs.com Subject: Re: misc/3291: md2.h, md4.h, and md5.h headers useless for c++ programms Cc: freebsd-bugs@FreeBSD.org, peter@spinner.DIALix.COM, tejblum@arc.hq.cti.ru Sender: owner-bugs@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >>md5.h includes which has the same problem as md4.h and uglier >>ifdefs. > >Any good suggestions ? > >Making a that only have the basic types in it ? :-) It has to be something like that. Of course, the list of basic types in the user namespace is empty. We already have this for basic STDC types - . Bruce