Message-ID: <20010208135357.1162.qmail@lauras.lt> From: "Laurynas Biveinis" Date: Thu, 8 Feb 2001 15:53:57 +0200 To: djgpp-workers AT delorie DOT com Subject: Re: stddef.h - namespace std patch Mail-Followup-To: djgpp-workers AT delorie DOT com References: <003d01c091c9$d762bc00$fb4b893e AT oemcomputer> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.12i In-Reply-To: <003d01c091c9$d762bc00$fb4b893e@oemcomputer>; from djgpp@argentum.freeserve.co.uk on Thu, Feb 08, 2001 at 12:22:43PM -0000 Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, Feb 08, 2001 at 12:22:43PM -0000, Stephen Silver wrote: > What is the oldest version of GCC that C++ users will be using > with DJGPP 2.04? Probably 2.7.2. However, namespaces are supported starting from EGCS 1.1. I think you should seriously consider looking into libstdc++ V3. It might help - it already tries to solve those C headers problems. And most sane programs using namespaces will have to use libstdc++ V3 anyway. Laurynas