Date: Sun, 29 Nov 1998 17:53:45 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Manni Heumann cc: djgpp AT delorie DOT com Subject: Re: string class In-Reply-To: <365e6e6b.0@news.uni-bielefeld.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Fri, 27 Nov 1998, Manni Heumann wrote: > Is DJGPP forgetting functions that were supposed to be inlined, but weren't > because of the missing commandline option? DJGPP isn't forgetting anything. The problem is that the C++ class library doesn't include a stand-alone version of these functions, only an inline version in the header. I'm not sure whether this is a bug, but if it is, it should be reported to the appropriate GNU news group, since that's where libgpp comes form.