From: Douglas Eleveld Newsgroups: comp.os.msdos.djgpp Subject: libgpp restrictions and the C++ standard... Date: 11 Aug 1997 13:13:42 GMT Organization: Rijksuniversiteit Groningen Lines: 13 Message-ID: <5sn366$s57$1@info.service.rug.nl> NNTP-Posting-Host: cmb14.med.rug.nl Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hello everyone, I mostly understand what restrictions on your code is given by the use of libgpp, and I also understand that the STL has been accepted as a part of the C++ language standard. My question is, what will happen to the libgpp restrictions when STL becomes part of the language? Can I use Vectors and Lists without concern for legal issues? If I must wait, what must I wait for? A new version of DJGPP with built in STL? Thanks for reading, Doug Eleveld