Date: Thu, 8 Feb 2001 16:20:47 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Stephen Silver cc: DJGPP Workers Subject: Re: stddef.h - namespace std patch In-Reply-To: <003d01c091c9$d762bc00$fb4b893e@oemcomputer> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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, 8 Feb 2001, Stephen Silver wrote: > > > The only complication here is that 'offsetof' needs a different > > > definition in C++ (using std::size_t instead of size_t). > > > > Hmm... I feel uneasy about this. Won't this backfire with > > older/newer/different versions of the C++ compiler, > > What is the oldest version of GCC that C++ users will be using > with DJGPP 2.04? I think we should try to support GCC 2.8.x. From what I read on c.o.m.d., there are still people who buy SAMS books which come with v2.8.1 on the CD (IIRC). DJ, do you know about older versions that are still being sold?