From 735259510005530984
X-Google-Language: ENGLISH,ASCII-7-bit
X-Google-Thread: f78e5,9a6b7da9ba54eaea
X-Google-Attributes: gidf78e5,public
X-Google-ArrivalTime: 1993-07-08 01:35:57 PST
Path: gmd.de!newsserver.jvnc.net!howland.reston.ans.net!noc.near.net!uunet!mcsun!sunic!news.lth.se!dag
From: dag@control.lth.se (Dag Bruck)
Newsgroups: comp.std.c++
Subject: Re: C++ Language Extensions
Date: 8 Jul 1993 08:21:45 GMT
Organization: Department of Automatic Control, Lund, Sweden
Lines: 38
Message-ID: <21glep$fvu@nic.lth.se>
References: <C9Js78.E7F@jabba.ess.harris.com> <212tii$5nb@senator-bedfellow.MIT.EDU> <rfgC9KttA.AKq@netcom.com> <215t2r$sv4@senator-bedfellow.MIT.EDU> <25936@alice.att.com> <SCHOUTEN.93Jul5141810@sp95.csrd.uiuc.edu> <25939@alice.att.com> <SCHOUTEN.93Jul6105421@sp95.csrd.uiuc.edu> <25953@alice.att.com> <SCHOUTEN.93Jul7125407@sp95.csrd.uiuc.edu>
NNTP-Posting-Host: seldon.control.lth.se

In <comp.std.c++> schouten@sp95.csrd.uiuc.edu writes:
>
>Is there any official or semi-official opinion from the committee on
>this particular subject?

The committee has considered a well-written proposal by Matt Austern
(matt@physics.berkeley.edu).  The proposal for exponentiation operator
was rejected, but a related proposal to add a standard library
function

	double pow(double, int);

to the existing

	double pow(double, double);

was accepted.

Both the proposal and the rejection have been posted on this newsgroup
by Matt Austern.

References:

Matthew H. Austern (1992): "A proposal to add an exponentiation
operator to the C++ language," document numbers X3J16/92-0099 and
WG21/N0176.

Dag M. Bruck (1992): "Analysis of exponentiation operator," document
numbers X3J16/92-0127 and WG21/N0204.

Best regards,

Dag Br\"uck
--
Department of Automatic Control		E-mail: dag@control.lth.se
Lund Institute of Technology
P. O. Box 118				Phone:	+46 46-104287
S-221 00 Lund, SWEDEN			Fax:    +46 46-138118


