Date: Sun, 28 Nov 1999 11:23:24 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Felix Natter cc: djgpp AT delorie DOT com Subject: Re: libg++ vs. libstdc++ In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 25 Nov 1999, Felix Natter wrote: > could someone please explain the relation between > gcc's g++-library and the evolving libstdc++ ? libsdtc++ is the GNU implementation of the Standard C++ library required by the ANSI/ISO C++ Standard. libg++ is a library of GNU-specific C++ classes. It is not maintained anymore, and so you should stop using it and rewrite your code to use equivalent classes from libstdc++. > why has libg++ (lgpp*) been called "deprecated" in previous > djgpp-releases Because it isn't maintained anymore.