Xref: utzoo gnu.g++.help:137 comp.std.c++:430 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!microsoft!jimad From: jimad@microsoft.UUCP (Jim ADCOCK) Newsgroups: gnu.g++.help,comp.std.c++ Subject: Re: templates and exceptions in g++? Message-ID: <59137@microsoft.UUCP> Date: 16 Nov 90 20:00:54 GMT References: Reply-To: jimad@microsoft.UUCP (Jim ADCOCK) Organization: Microsoft Corp., Redmond WA Lines: 13 In article tom@ssd.csd.harris.com (Tom Horsley) writes: |I am just curious - is anyone out there trying to add the template and |exception handling features (described as "experimental" in the Annotated |C++ Reference Manual) to g++? I believe the ANSI committee is trying to |standardize these features, but I don't know how much they have changed |since the base document was published. Not regards g++, but rather regards the standardization effort: templates are now considered to be "in", exceptions are expected to be in, but there are people arguing the merits of resumable exceptions vs Bjarne's original proposal, so we don't know exactly what those exceptions are going to look like yet.